|
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.ResolvedNoun
Represents an object in the ObjectTree that a noun was resolved to. The SentenceComponents class identifies each noun in the input into a subclass of Noun: NounPhrase, ProperNounList, or Pronoun. The Resolver module takes each of these classes and finds one, and only one, object id that the noun represents.
ObjectTable,
Resolver| Constructor Summary | |
ResolvedNoun(int id)
Creates a new ResolvedNoun with a given object id. |
|
| Method Summary | |
int |
getObjectId()
Returns the ObjectId for this noun. |
void |
setObjectId(int id)
Sets the ObjectId for this noun. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ResolvedNoun(int id)
| Method Detail |
public int getObjectId()
public void setObjectId(int id)
id - The ObjectId for this noun.
|
Fido Alpha 3.2 | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||