| |
|
| java.lang.Object org.cougaar.planning.ldm.plan.Verb
Constructor Summary | |
protected | Verb(String v) Constructor takes a String that represents the verb. |
Verb | protected Verb(String v)(Code) | | Constructor takes a String that represents the verb.
|
equals | final public boolean equals(Object v)(Code) | | Capabilities are equal IFF they encapsulate the same string
|
equals | final public boolean equals(String v)(Code) | | convenience method for verb testing
|
get | public static Verb get(String vs)(Code) | | Verb factory method. Constructs or returns cached verb instances
matching the requested paramater.
Note that this will only construct and/or return direct instances of
Verb and never any subclass.
|
hashCode | final public int hashCode()(Code) | | |
toString | final public String toString()(Code) | | String toString returns the String that represents the verb |
|
|
|