public abstract class AbstractStateMachine<T> extends Object
AbstractStateMachine()
void
change(T target, T... next)
boolean
isNext(T next)
next(T... next)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public AbstractStateMachine()
public void change(T target, T... next)
target
next
@SafeVarargs public final void next(T... next)
public boolean isNext(T next)
Copyright © 2020. All rights reserved.