| org.cougaar.glm.ldm.asset.TransportationPG
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 *
|
primaryClass | Class primaryClass(Code) | | the (immutable) class type returned by domain factory *
|
getAmmunitionCapacity | Mass getAmmunitionCapacity()(Code) | | The maximum mass of ammunition that can be transported at one time *
|
getContainerCount | long getContainerCount()(Code) | | The maximum number of containers that can be transported at one time *
|
getNonContainerCapacity | Volume getNonContainerCapacity()(Code) | | The maximum mass of non-containerized cargo that can be transported at one time *
|
getPassengerCapacity | long getPassengerCapacity()(Code) | | The maximum number of passengers that can be transported at one time *
|
getPetroleumCapacity | Volume getPetroleumCapacity()(Code) | | The maximum volume of petroleum that can be transported at one time *
|
getWaterCapacity | Volume getWaterCapacity()(Code) | | The maximum volume of water that can be transported at one time *
|
|
|