|
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.AdjectiveClass
Represents an adjective within the sentence. Adjectives serve two purposes:
Field Summary | |
static int |
COMPARATIVE
Constant used for the type field. |
static int |
NORMAL
Constant used for the type field. |
static int |
SUPERLATIVE
Constant used for the type field. |
Constructor Summary | |
AdjectiveClass(java.lang.String adjective,
int type)
Creates a new AdjectiveClass. |
Method Summary | |
int |
getType()
Returns the type of this adjective. |
java.lang.String |
toString()
Returns the string for this adjective. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final int NORMAL
public static final int COMPARATIVE
public static final int SUPERLATIVE
Constructor Detail |
public AdjectiveClass(java.lang.String adjective, int type)
adjective
- String containing the adjectivetype
- Type of adjective. Can be one of the following:
Method Detail |
public int getType()
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 |