public class UnknownLexFile extends LexFile
Integer class. Clients should use the static
getUnknownLexicalFile(int) method to retrieve instances of this
class.ADJ_ALL, ADJ_PERT, ADJ_PPL, ADV_ALL, NOUN_ACT, NOUN_ANIMAL, NOUN_ARTIFACT, NOUN_ATTRIBUTE, NOUN_BODY, NOUN_COGNITION, NOUN_COMMUNICATION, NOUN_EVENT, NOUN_FEELING, NOUN_FOOD, NOUN_GROUP, NOUN_LOCATION, NOUN_MOTIVE, NOUN_OBJECT, NOUN_PERSON, NOUN_PHENOMENON, NOUN_PLANT, NOUN_POSSESSION, NOUN_PROCESS, NOUN_QUANTITY, NOUN_RELATION, NOUN_SHAPE, NOUN_STATE, NOUN_SUBSTANCE, NOUN_TIME, NOUN_TOPS, VERB_BODY, VERB_CHANGE, VERB_COGNITION, VERB_COMMUNICATION, VERB_COMPETITION, VERB_CONSUMPTION, VERB_CONTACT, VERB_CREATION, VERB_EMOTION, VERB_MOTION, VERB_PERCEPTION, VERB_POSESSION, VERB_SOCIAL, VERB_STATIVE, VERB_WEATHER| Modifier | Constructor and Description |
|---|---|
protected |
UnknownLexFile(int num)
Obtain instances of this class via the static
getUnknownLexicalFile(int) method. |
| Modifier and Type | Method and Description |
|---|---|
static UnknownLexFile |
getUnknownLexicalFile(int num)
Allows retrieval of an unknown lexical file object given the number.
|
checkLexicalFileNumber, checkString, equals, getDescription, getLexicalFile, getLexicalFileNumberString, getName, getNumber, getPOS, hashCode, isIllegalLexicalFileNumber, readResolve, toString, valuesprotected UnknownLexFile(int num)
getUnknownLexicalFile(int) method. This constructor is marked
protected so that the class may be sub-classed, but not directly
instantiated.num - the number of the lexcial filepublic static UnknownLexFile getUnknownLexicalFile(int num)
IllegalArgumentException - if the specified integer is not a valid lexical file numberCopyright © 2018. All rights reserved.