public class WorkflowController<T> extends Object implements IWorkflowController<T>
| Constructor and Description |
|---|
WorkflowController(List<ITransition<T>> transitions) |
public WorkflowController(List<ITransition<T>> transitions)
public IExecutable<T> next(IState<T> state)
next in interface IWorkflowController<T>Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.