| java.lang.Object org.cougaar.glm.ldm.plan.CSSCapability
CSSCapability | final public class CSSCapability implements Serializable(Code) | | representation of a CSS capability of a resource and a Capacity.
example: skill type "MOS/43M" at 88 man-hours per day
or FuelPumping at 1000 gallons per hour.
|
CSSCapability | public CSSCapability(String s)(Code) | | string-only constructor. The only syntax allowed is:
"TYPE CAPACITY-STRING"
example: "MOS/36E Count=20units Duration=1days"
|
getCapacity | public Capacity getCapacity()(Code) | | a Capacity object, possibly instantaneous, which
represents the capacity of the asset for type of capability.
|
getType | public String getType()(Code) | | type of capability, e.g. a skill ("MOS/43M"), or a Role("WaterTransportation") *
|
hashCode | public int hashCode()(Code) | | |
|
|