Method | Description | |
---|---|---|
AddAirlineContract ( |
||
CanFillRoutesEntries ( |
||
CheckForExtendGates ( |
||
CheckForExtendRunway ( |
||
ClearAirportStatistics ( ) : void | ||
ConvertAirportPaxToSize ( double size ) : GeneralHelpers.Size | ||
CreateAirportWeather ( |
||
CreateAirportsWeather ( List |
||
CreateFiveDaysAirportWeather ( |
||
GetAirportContractPrice ( |
||
GetAirportLandings ( |
||
GetAirportRoutes ( |
||
GetAirportRoutes ( |
||
GetAirportRoutes ( |
||
GetAirportRunwayPrice ( |
||
GetAirportTakeoffs ( |
||
GetAirportsNearAirport ( |
||
GetFuelPrice ( |
||
GetFuelPrice ( |
||
GetHubPrice ( |
||
GetLandingFee ( |
||
GetLongestDistance ( Predicate |
||
GetNumberOfAirportsRoutes ( |
||
GetOccupiedSlotTimes ( |
||
GetOccupiedSlotTimes ( |
||
GetShortestDistance ( Predicate |
||
GetStandardLandingFee ( |
||
GetYearlyContractPayment ( |
||
HasBadWeather ( |
||
HasFreeGates ( |
||
HasFreeGates ( |
||
HasRoute ( |
||
ReallocateAirport ( |
||
RentGates ( |
||
RentGates ( |
||
RentGates ( |
||
SetAirportExpansion ( |
Method | Description | |
---|---|---|
CreateDayWeather ( |
||
CreateDayWeather ( System.DateTime date, |
||
GetPrecipitation ( double temperature ) : Weather.Precipitation |
public static AddAirlineContract ( |
||
contract | ||
return | void |
public static CanFillRoutesEntries ( |
||
airport | ||
airline | ||
contracts | List |
|
season | ||
return | bool |
public static CheckForExtendGates ( |
||
airport | ||
return | void |
public static CheckForExtendRunway ( |
||
airport | ||
return | void |
public static ClearAirportStatistics ( ) : void | ||
return | void |
public static ConvertAirportPaxToSize ( double size ) : GeneralHelpers.Size | ||
size | double | |
return | GeneralHelpers.Size |
public static CreateAirportWeather ( |
||
airport | ||
return | void |
public static CreateAirportsWeather ( List |
||
airports | List |
|
average | ||
return | void |
public static CreateFiveDaysAirportWeather ( |
||
airport | ||
return | void |
public static GetAirportContractPrice ( |
||
airport | ||
return | double |
public static GetAirportLandings ( |
||
airport | ||
day | DayOfWeek | |
startTime | System.TimeSpan | |
endTime | System.TimeSpan | |
return | List |
public static GetAirportRoutes ( |
||
airport | ||
return | List |
public static GetAirportRoutes ( |
||
airport | ||
airline | ||
return | List |
public static GetAirportRoutes ( |
||
airport1 | ||
airport2 | ||
return | List |
public static GetAirportRunwayPrice ( |
||
airport | ||
lenght | long | |
return | double |
public static GetAirportTakeoffs ( |
||
airport | ||
day | DayOfWeek | |
startTime | System.TimeSpan | |
endTime | System.TimeSpan | |
return | List |
public static GetAirportsNearAirport ( |
||
airport | ||
distance | double | |
return | List |
public static GetFuelPrice ( |
||
airport | ||
return | double |
public static GetFuelPrice ( |
||
region | ||
return | double |
public static GetHubPrice ( |
||
airport | ||
type | ||
return | double |
public static GetLandingFee ( |
||
airport | ||
airliner | ||
return | double |
public static GetLongestDistance ( Predicate |
||
match | Predicate |
|
return | double |
public static GetNumberOfAirportsRoutes ( |
||
airport1 | ||
airport2 | ||
return | int |
public static GetOccupiedSlotTimes ( |
||
airport | ||
airline | ||
contracts | List |
|
season | ||
return | List |
public static GetOccupiedSlotTimes ( |
||
airport | ||
airline | ||
season | ||
type | ||
return | List |
public static GetShortestDistance ( Predicate |
||
match | Predicate |
|
return | double |
public static GetStandardLandingFee ( |
||
airport | ||
return | double |
public static GetYearlyContractPayment ( |
||
airport | ||
type | ||
gates | int | |
length | int | |
return | double |
public static HasBadWeather ( |
||
airport | ||
return | bool |
public static HasFreeGates ( |
||
airport | ||
airline | ||
return | bool |
public static HasFreeGates ( |
||
airport | ||
airline | ||
type | ||
return | bool |
public static HasRoute ( |
||
airport1 | ||
airport2 | ||
return | bool |
public static ReallocateAirport ( |
||
airportOld | ||
airportNew | ||
return | void |
public static RentGates ( |
||
airport | ||
airline | ||
type | ||
return | bool |
public static RentGates ( |
||
airport | ||
airline | ||
type | ||
terminaltype | ||
return | bool |
public static RentGates ( |
||
airport | ||
airline | ||
type | ||
terminaltype | ||
gates | int | |
length | int | |
return | void |
public static SetAirportExpansion ( |
||
airport | ||
expansion | ||
onStartUp | bool | |
return | void |