at.ofai.gate.extendedgazetteer
Class ExtendedGazetteer.FSM

java.lang.Object
  extended by at.ofai.gate.extendedgazetteer.ExtendedGazetteer.FSM
Enclosing class:
ExtendedGazetteer

protected class ExtendedGazetteer.FSM
extends java.lang.Object


Field Summary
 java.util.Set<gate.creole.gazetteer.FSMState> fsmStates
           
 gate.creole.gazetteer.FSMState initialState
           
 int refcount
           
 
Constructor Summary
ExtendedGazetteer.FSM(java.util.Set<gate.creole.gazetteer.FSMState> states, gate.creole.gazetteer.FSMState init)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fsmStates

public java.util.Set<gate.creole.gazetteer.FSMState> fsmStates

initialState

public gate.creole.gazetteer.FSMState initialState

refcount

public int refcount
Constructor Detail

ExtendedGazetteer.FSM

public ExtendedGazetteer.FSM(java.util.Set<gate.creole.gazetteer.FSMState> states,
                             gate.creole.gazetteer.FSMState init)