Uses of Class
gestIT.TmpExp

Packages that use TmpExp
gestIT   
 

Uses of TmpExp in gestIT
 

Subclasses of TmpExp in gestIT
 class BinaryTmpExp
          Subclass of TmpExp that represent a binary building block.
 class ComplexTmpExp
          Subclass of TmpExp that represent a complex building block.
 class SimpleTmpExp
          Subclass of TmpExp that represent a simple building block.
 

Fields in gestIT declared as TmpExp
 TmpExp TmpExp.Parent
          Reference to the parent building block
 

Fields in gestIT with type parameters of type TmpExp
 java.util.Vector<TmpExp> ComplexTmpExp.operands
          Vector of all the operands
 

Methods in gestIT that return TmpExp
 TmpExp BinaryTmpExp.getLeftOperand()
          Return the left operand of the building block
 TmpExp ComplexTmpExp.GetOperand(int i)
          Return the operand at position i
 TmpExp BinaryTmpExp.getRightOperand()
          Return the right operand of the building block
 TmpExp StateChangedEvent.getSender()
          Getter method for getting the sender
 

Methods in gestIT that return types with arguments of type TmpExp
 java.util.Iterator<TmpExp> ComplexTmpExp.GetOperands()
          Return an Iterator object that can be used to access all the TmpExp object in a ComplexTmpExp object
 

Methods in gestIT with parameters of type TmpExp
 void ComplexTmpExp.AddOperand(TmpExp oper)
          Add a new operand to the complex building block
 void Emitter.CreateLeafList(TmpExp gest)
          Create the gesture leaf list from a gesture definition
 void ComplexTmpExp.RemoveOperand(TmpExp oper)
          Remove an operand from the complex building block
 void Emitter.SetGestureDescription(TmpExp gest)
          Method that set the Gesture Description and generate the leafs and the flags vector
 void BinaryTmpExp.setLeftOperand(TmpExp exp)
          Set the left operand of the building block
 void BinaryTmpExp.setRightOperand(TmpExp exp)
          Set the right operand of the building block
 

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