Class EnumPair

java.lang.Object
  |
  +--EnumPair

public class EnumPair
extends java.lang.Object

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

variable

public Variable variable
the variable associated with the type in this instance

type

public java.lang.String type
the part of speech associated with the variable in this instance
Constructor Detail

EnumPair

public EnumPair(Variable variable,
                java.lang.String type)
Constructor,
Parameters:
variable - the varible for the pair
type - the part of speech for the pair in subscript form (e.g. N0 not Nsg)