Method | Description | |
---|---|---|
AddPassengerHappiness ( |
||
ChangePaxDemand ( |
||
ChangePaxDemand ( |
||
ChangePaxDemand ( |
||
ChangePaxDemand ( List |
||
ChangePaxDemand ( double factor ) : void | ||
CreateAirlineDestinationDemand ( ) : void | ||
CreateDestinationCargo ( |
||
CreateDestinationDemand ( ) : void | ||
CreateDestinationPassengers ( |
||
CreateDestinationPassengers ( |
||
GetCargoPrice ( |
||
GetFlightCargo ( |
||
GetFlightCargo ( |
||
GetFlightPassengers ( |
||
GetFlightPassengers ( |
||
GetHappinessValue ( |
||
GetPassengerPrice ( |
||
GetPassengerPrice ( |
||
GetPassengersHappiness ( |
||
GetStopoverFlightCargo ( |
||
GetStopoverFlightPassengers ( |
||
GetStopoverFlightPassengers ( |
||
SetCargoSize ( ) : void | ||
SetPassengerHappiness ( |
Method | Description | |
---|---|---|
CreateDestinationPassengers ( |
||
GetAirportCargoMass ( |
||
GetDemandYearFactor ( int year ) : double | ||
GetFlightConnectionPassengers ( |
||
GetHolidayFactor ( |
||
GetNearbyPassengerDemand ( |
||
GetRandomDestination ( |
||
GetSeasonFactor ( |
public static AddPassengerHappiness ( |
||
airline | ||
return | void |
public static ChangePaxDemand ( |
||
airline | ||
factor | double | |
return | void |
public static ChangePaxDemand ( |
||
airport1 | ||
airport2 | ||
value | int | |
return | void |
public static ChangePaxDemand ( |
||
airport | ||
factor | double | |
return | void |
public static ChangePaxDemand ( List |
||
airports | List |
|
factor | double | |
return | void |
public static ChangePaxDemand ( double factor ) : void | ||
factor | double | |
return | void |
public static CreateAirlineDestinationDemand ( ) : void | ||
return | void |
public static CreateDestinationCargo ( |
||
airport | ||
dAirport | ||
return | void |
public static CreateDestinationDemand ( ) : void | ||
return | void |
public static CreateDestinationPassengers ( |
||
airport | ||
return | void |
public static CreateDestinationPassengers ( |
||
airport | ||
dAirport | ||
return | void |
public static GetCargoPrice ( |
||
dest1 | ||
dest2 | ||
return | double |
public static GetFlightCargo ( |
||
airportCurrent | ||
airportDestination | ||
airliner | ||
return | double |
public static GetFlightCargo ( |
||
airliner | ||
return | double |
public static GetFlightPassengers ( |
||
airportCurrent | ||
airportDestination | ||
airliner | ||
type | ||
return | int |
public static GetFlightPassengers ( |
||
airliner | ||
type | ||
return | int |
public static GetHappinessValue ( |
||
airline | ||
return | double |
public static GetPassengerPrice ( |
||
dest1 | ||
dest2 | ||
return | double |
public static GetPassengerPrice ( |
||
dest1 | ||
dest2 | ||
type | ||
return | double |
public static GetPassengersHappiness ( |
||
airline | ||
return | double |
public static GetStopoverFlightCargo ( |
||
airliner | ||
dept | ||
dest | ||
routes | List |
|
isInbound | bool | |
return | double |
public static GetStopoverFlightPassengers ( |
||
airliner | ||
type | ||
return | int |
public static GetStopoverFlightPassengers ( |
||
airliner | ||
type | ||
dept | ||
dest | ||
routes | List |
|
isInbound | bool | |
return | int |
public static SetPassengerHappiness ( |
||
airline | ||
value | double | |
return | void |