public abstract class AbstractState<S,E> extends Object implements State<S,E>
AbstractState(S id)
AbstractState(S id, Collection<E> deferred)
Collection<E>
getDeferredEvents()
S
getId()
String
toString()
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
public AbstractState(S id)
public AbstractState(S id, Collection<E> deferred)
public S getId()
getId
State<S,E>
public Collection<E> getDeferredEvents()
getDeferredEvents
public String toString()
toString
Object