GATE
Version 3.1-2270

Uses of Class
gate.fsm.FSMInstance

Packages that use FSMInstance
gate.fsm   
 

Uses of FSMInstance in gate.fsm
 

Methods in gate.fsm that return FSMInstance
static FSMInstance FSMInstance.getNewInstance(FSM supportGraph, State FSMPosition, Node startNode, Node AGPosition, HashMap bindings, Document doc)
          Static method that provides new FSM instances.
 

Methods in gate.fsm with parameters of type FSMInstance
static void FSMInstance.returnInstance(FSMInstance ins)
          Static method used to return a FSMInstance that is not needed anymore
 


GATE
Version 3.1-2270