Method | Description | |
---|---|---|
AddCargoDemand ( |
||
AddDistance ( Models airport, double distance ) : void | ||
AddPassengerDemand ( |
||
AirportStatics ( Models airport ) : System | ||
GetAirportsWithin ( double range ) : List |
||
GetDemands ( ) : List |
||
GetDestinationCargoRate ( Models destination ) : ushort | ||
GetDestinationPassengersRate ( Models destination, |
||
GetDestinationPassengersSum ( ) : int | ||
GetDistance ( Models airport ) : double | ||
HasDestinationCargoRate ( Models destination ) : bool | ||
HasDestinationPassengersRate ( Models destination ) : bool |
public AddCargoDemand ( |
||
demand | ||
return | void |
public AddDistance ( Models airport, double distance ) : void | ||
airport | Models | |
distance | double | |
return | void |
public AddPassengerDemand ( |
||
demand | ||
return | void |
public AirportStatics ( Models airport ) : System | ||
airport | Models | |
return | System |
public GetAirportsWithin ( double range ) : List |
||
range | double | |
return | List |
public GetDestinationCargoRate ( Models destination ) : ushort | ||
destination | Models | |
return | ushort |
public GetDestinationPassengersRate ( Models destination, |
||
destination | Models | |
type | ||
return | ushort |
public GetDistance ( Models airport ) : double | ||
airport | Models | |
return | double |
public HasDestinationCargoRate ( Models destination ) : bool | ||
destination | Models | |
return | bool |
public HasDestinationPassengersRate ( Models destination ) : bool | ||
destination | Models | |
return | bool |