GATE
Version 3.1-2270

Uses of Class
gate.creole.gazetteer.FSMState

Packages that use FSMState
gate.creole.gazetteer   
 

Uses of FSMState in gate.creole.gazetteer
 

Fields in gate.creole.gazetteer declared as FSMState
protected  FSMState DefaultGazetteer.initialState
          The initial state of the FSM that backs this gazetteer
 

Methods in gate.creole.gazetteer that return FSMState
 FSMState FSMState.next(char chr)
          This method is used to access the transition function of this state.
 

Methods in gate.creole.gazetteer with parameters of type FSMState
 void FSMState.put(char chr, FSMState state)
          Adds a new value to the transition function
 


GATE
Version 3.1-2270