| org.cougaar.glm.ldm.asset.LiquidSupplyPG
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 | LiquidSupplyPG 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 *
|
getDistributeVolumePerDay | Volume getDistributeVolumePerDay()(Code) | | The maximum volume of liquid that can be distributed per day *
|
getIssueVolumePerDay | Volume getIssueVolumePerDay()(Code) | | The maximum volume of liquid that can be issued per day *
|
getPumpVolumePerMinute | Volume getPumpVolumePerMinute()(Code) | | The maximum volume of liquid that can be pumped per minute *
|
getStoreVolumePerDay | Volume getStoreVolumePerDay()(Code) | | The maximum volume of liquid that can be stored per day *
|
|
|