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
(package private)  FSMState DefaultGazetteer.initialState
          The initial state of the FSM that backs this gazetteer
 

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

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