| org.cougaar.glm.ldm.asset.EquipmentStatusReadinessPG
Method Summary | |
Map | getReadiness() Map of Integer values that correspond to the equipment condition rating. |
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 *
|
getReadiness | Map getReadiness()(Code) | | Map of Integer values that correspond to the equipment condition rating. Key for the first is the unit's permanent mission is String("2MTW") and subsequent ones are specific crises, String ("CAP1"), String ("CAP2"), etc. *
|
|
|