Class Describer.Verb
java.lang.Object
edu.uky.cs.nil.tt.world.Describer.Verb
- Enclosing class:
Describer
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal StringA basic, non-conjugated form of the verb, usually the infinitive minus the word "to", for example "be"final StringThe verb conjugated in second person present tense, for example "are"final StringThe verb conjugated in the third person present tense, for example "is" -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
base
A basic, non-conjugated form of the verb, usually the infinitive minus the word "to", for example "be" -
second
The verb conjugated in second person present tense, for example "are" -
third
The verb conjugated in the third person present tense, for example "is"
-
-
Constructor Details
-
Verb
Constructs a new verb with its base, second person, and third person forms.- Parameters:
base- a basic, non-conjugated form of the verb, usually the infinitive minus the word "to" (for example "be")second- the verb conjugated in second person present tense (for example "are")third- the verb conjugated in the third person present tense (for example "is")
-
Verb
Constructs a verb from its second person and third person forms, using the second person form as the base.- Parameters:
second- the verb conjugated in second person present tense (for example "eat")third- the verb conjugated in the third person present tense (for example "eats")
-
-
Method Details
-
toString
-