Module net.anwiba.commons.workflow
Interface ITransition<T>
- All Known Implementing Classes:
Transition
public interface ITransition<T>
-
Method Summary
Modifier and TypeMethodDescriptiongetExecutable(IState<T> state) booleanisApplicable(IState<T> state)
-
Method Details
-
isApplicable
-
getExecutable
-