| org.cougaar.glm.ldm.asset.AirVehiclePG
factoryClass | Class factoryClass(Code) | | the factory class *
|
factoryMethod | String factoryMethod(Code) | | the method of factoryClass that creates this type *
|
mutableClass | String mutableClass(Code) | | the (mutable) class type returned by factoryMethod *
|
nullPG | AirVehiclePG nullPG(Code) | | The Null instance for indicating that the PG definitely has no value *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getCrewRequirements | long getCrewRequirements()(Code) | | |
getMeanFlightTimeBetweenRepairs | Duration getMeanFlightTimeBetweenRepairs()(Code) | | Used for estimating repair requirements based on flight time *
|
getMeanMissionLegsBetweenRepairs | long getMeanMissionLegsBetweenRepairs()(Code) | | Used for estimating repair requirements based on mission legs *
|
getMeanTimeToRepair | Duration getMeanTimeToRepair()(Code) | | Mean time required for typical failures *
|
getMidAirRefuelable | boolean getMidAirRefuelable()(Code) | | Can the aircraft be refueled in mid-air *
|
getMinimumRunwayLength | Distance getMinimumRunwayLength()(Code) | | Minimum runway length required under standard temperature, pressure, etc. *
|
getQuickTurnaroundTime | Duration getQuickTurnaroundTime()(Code) | | Time required for quick (minimum maintenance) turnaround *
|
|
|