Uses of Class
gestIT.TmpOperator

Packages that use TmpOperator
gestIT   
 

Uses of TmpOperator in gestIT
 

Fields in gestIT declared as TmpOperator
 TmpOperator ComplexTmpExp.operator
          The current operator (always OrderIndipendence)
 TmpOperator BinaryTmpExp.Operator
          The Operator of the binary building block
 

Methods in gestIT that return TmpOperator
static TmpOperator TmpOperator.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static TmpOperator[] TmpOperator.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Constructors in gestIT with parameters of type TmpOperator
BinaryTmpExp(TmpExp leftOperand, TmpExp rightOperand, TmpOperator op)
          Constructor that return a new BinaryTmpExp, setting is left and right operand and the operator