Uses of Class
gate.fsm.FSM

Packages that use FSM
gate.fsm   
gate.jape   
 

Uses of FSM in gate.fsm
 

Fields in gate.fsm declared as FSM
private  FSM FSMInstance.supportGraph
          The FSM for which this FSMInstance is an instance of.
 

Methods in gate.fsm that return FSM
 FSM FSMInstance.getSupportGraph()
          Returns the FSM transition graph that backs this FSM instance
 

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

Constructors in gate.fsm with parameters of type FSM
FSMInstance(FSM supportGraph, State FSMPosition, Node startNode, Node AGPosition, HashMap bindings, Document document)
          Creates a new FSMInstance object.
 

Uses of FSM in gate.jape
 

Fields in gate.jape declared as FSM
(package private)  FSM SinglePhaseTransducer.fsm
           
 

Methods in gate.jape that return FSM
 FSM SinglePhaseTransducer.getFSM()