Uses of Class
gate.fsm.FSM

Packages that use FSM
gate.fsm   
gate.jape   
 

Uses of FSM in gate.fsm
 

Methods in gate.fsm that return FSM
 FSM FSMInstance.getSupportGraph()
          Returns the FSM transition graph that backs this FSM instance
protected  FSM FSM.spawn(ComplexPatternElement currentPattern)
          A factory method for new FSMs like this one, given a ComplexPatternElement object.
protected  FSM FSM.spawn(Rule r)
          A factory method for new FSMs like this one, given a Rule object.
 

Methods in gate.fsm with parameters of type FSM
static FSMInstance FSMInstance.getNewInstance(FSM supportGraph, State FSMPosition, Node startNode, Node AGPosition, HashMap<String,AnnotationSet> 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<String,AnnotationSet> bindings, Document document)
          Creates a new FSMInstance object.
 

Uses of FSM in gate.jape
 

Fields in gate.jape declared as FSM
protected  FSM SinglePhaseTransducer.fsm
           
 

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