|
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.VerbPhrase
Represents a verb, with all associated components such as all adverbs and adverbial prepositional phrases.
| Constructor Summary | |
VerbPhrase()
Creates a new VerbPhrase object with no adverbs or prepositional phrases. |
|
| Method Summary | |
void |
addAdverb(AdverbClass adverb)
Adds an AdverbClass to this verb phrase. |
void |
addPrepositionalPhrase(PrepositionalPhrase phrase)
Adds an PrepositionalPhrase to this verb phrase. |
java.util.Iterator |
getAdverbs()
Returns an Iterator over all of the AdverbClass modifying this verb phrase. |
java.util.Iterator |
getPrepositionalPhrases()
Returns an Iterator over all of the PrepositionalPhrases modifying this verb phrase. |
VerbClass |
getVerbClass()
Returns the VerbClass for this verb phrase. |
void |
setVerbClass(VerbClass verb)
Sets the VerbClass for this verb phrase. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VerbPhrase()
| Method Detail |
public VerbClass getVerbClass()
public void setVerbClass(VerbClass verb)
verb - The VerbClass for this verb phrase.public java.util.Iterator getAdverbs()
public void addAdverb(AdverbClass adverb)
adverb - Adverb to add.public java.util.Iterator getPrepositionalPhrases()
public void addPrepositionalPhrase(PrepositionalPhrase phrase)
phrase - PrepositionalPhrase to add.
|
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||