| java.lang.Object org.cougaar.planning.ldm.plan.PrepositionalPhraseImpl
PrepositionalPhraseImpl | public PrepositionalPhraseImpl()(Code) | | |
equals | public boolean equals(Object o)(Code) | | PP are equals() IFF prepositions are the same and
indirectobjects are .equals()
|
getIndirectObject | public Object getIndirectObject()(Code) | | Object - the IndirectObject |
getPreposition | public String getPreposition()(Code) | | String - String representation of the Preposition |
setIndirectObject | public void setIndirectObject(Object anindirectobject)(Code) | | Parameters: anindirectobject - - Set the IndirectObject of the PrespositionalPhrase |
setPreposition | public void setPreposition(String apreposition)(Code) | | Parameters: apreposition - - Set the String representation of the Preposition |
toString | public String toString()(Code) | | Answer with a nicely formatted string representation. |
|
|