메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | void |
public AddDistance ( Models airport, double distance ) : void | ||
airport | Models | |
distance | double | |
리턴 | void |
public AddPassengerDemand ( |
||
demand | ||
리턴 | void |
public GetDestinationCargoRate ( Models destination ) : ushort | ||
destination | Models | |
리턴 | ushort |
public GetDestinationPassengersRate ( Models destination, |
||
destination | Models | |
type | ||
리턴 | ushort |
public HasDestinationCargoRate ( Models destination ) : bool | ||
destination | Models | |
리턴 | bool |
public HasDestinationPassengersRate ( Models destination ) : bool | ||
destination | Models | |
리턴 | bool |