|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--EnumPair
EnumPair.java used in the creation of decks to list all legal possible combinations of Objects/Relations and parts of speech
Field Summary | |
java.lang.String |
type
the part of speech associated with the variable in this instance |
Variable |
variable
the variable associated with the type in this instance |
Constructor Summary | |
EnumPair(Variable variable,
java.lang.String type)
Constructor, |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public Variable variable
public java.lang.String type
Constructor Detail |
public EnumPair(Variable variable, java.lang.String type)
variable
- the varible for the pairtype
- the part of speech for the pair in subscript form (e.g. N0 not Nsg)
|
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |