Interface ITransition<T>
-
- All Known Implementing Classes:
Transition
public interface ITransition<T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IExecutable<T>getExecutable(IState<T> state)booleanisApplicable(IState<T> state)
-