|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fido.linguistic.components.PrepositionalPhrase
Represents a prepositional phrase. The phrase contains a string for the preposition and a Noun object as the object of the preposition.
Constructor Summary | |
PrepositionalPhrase(java.lang.String preposition)
Creates a new PrepositionalPhrase object. |
Method Summary | |
Noun |
getNoun()
Returns the Noun for this phrase. |
java.lang.String |
getPreposition()
Returns the string containing the preposition for this phrase. |
void |
setNoun(Noun noun)
Sets the Noun for this phrase. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PrepositionalPhrase(java.lang.String preposition)
preposition
- A string containing the prepositionMethod Detail |
public Noun getNoun()
public void setNoun(Noun noun)
noun
- Noun for this phrase.public java.lang.String getPreposition()
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |