Uses of Class
gate.creole.morph.FSMState

Packages that use FSMState
gate.creole.morph   
 

Uses of FSMState in gate.creole.morph
 

Fields in gate.creole.morph declared as FSMState
protected  FSMState Interpret.initialState
          The initial state of the FSM that backs this morpher
 

Methods in gate.creole.morph that return FSMState
 FSMState CharMap.get(char key, byte type)
          get the object from the map using the char key
 FSMState Interpret.getInitialState()
           
 FSMState Interpret.getState(char ch, int index)
           
 FSMState FSMState.next(char ch, byte type)
           
 FSMState CharMap.put(char key, FSMState value, byte type)
          put the object into the char map using the chat as the key
 

Methods in gate.creole.morph with parameters of type FSMState
 void Interpret.addState(char ch, FSMState fsm, int index)
           
 FSMState CharMap.put(char key, FSMState value, byte type)
          put the object into the char map using the chat as the key
 void FSMState.put(char chr, FSMState state, byte type)