| org.cougaar.glm.ldm.asset.VolumetricStockagePG
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 *
|
getMinReorderVolume | Volume getMinReorderVolume()(Code) | | minimum volume you can order. Should be less than or equal to reorder level. *
|
getReorderLevel | Volume getReorderLevel()(Code) | | volume level at which you are allowed to reorder. *
|
getUnobtainable | Volume getUnobtainable()(Code) | | Quantity of materiel which cannot be used. E.g. fuel which cannot be pumped out of a tank. *
|
|
|