|
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.NounClass
Represents the actual noun in a NounPhrase.
NounPhrase
Constructor Summary | |
NounClass(java.lang.String noun,
int objectId,
boolean plural)
Creates a new NounClass. |
Method Summary | |
int |
getObjectId()
Returns the Object Id this noun represents in the ObjectTree. |
boolean |
isPlural()
Returns if this noun is plural. |
java.lang.String |
toString()
Returns the string for this noun. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public NounClass(java.lang.String noun, int objectId, boolean plural)
noun
- String containing the noun.objectId
- Object Id this noun represents in the ObjectTree.plural
- True if this noun is plural. False otherwise.Method Detail |
public int getObjectId()
ObjectTable
public boolean isPlural()
LanguageMorphologyTable
public java.lang.String toString()
toString
in class java.lang.Object
|
Fido Alpha 3.2 | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |