Uses of Class
gate.fsm.FSMInstance

Packages that use FSMInstance
gate.fsm   
gate.jape   
 

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<String,AnnotationSet> 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
 

Uses of FSMInstance in gate.jape
 

Fields in gate.jape with type parameters of type FSMInstance
protected  List<FSMInstance> SinglePhaseTransducer.activeFSMInstances
          A list of FSM instances that haven't blocked yet, used during matching.
 

Method parameters in gate.jape with type arguments of type FSMInstance
protected  boolean SinglePhaseTransducer.fireRule(List<FSMInstance> acceptingFSMInstances, SinglePhaseTransducer.SearchState state, long lastNodeOff, SimpleSortedSet offsets, AnnotationSet inputAS, AnnotationSet outputAS, Document doc, SimpleSortedSet annotationsByOffset)
          Fire the rule that matched.