| java.lang.Object org.cougaar.glm.ldm.plan.CapabilityImpl
Method Summary | |
public boolean | equals(Object c) | public int | hashCode() Since these instances' identifies are Value based, we ensure the hashCode of
any instance of this class is derived from the Value. | public String | toString() |
CapabilityImpl | public CapabilityImpl()(Code) | | |
CapabilityImpl | public CapabilityImpl(String c)(Code) | | Constructor takes a String that represents the capability
|
equals | public boolean equals(Object c)(Code) | | Capabilities are equal IFF they encapsulate the same string
|
hashCode | public int hashCode()(Code) | | Since these instances' identifies are Value based, we ensure the hashCode of
any instance of this class is derived from the Value.
int hashCode value for a Capability instance. |
toString | public String toString()(Code) | | String toString returns the String that represents the capability |
|
|