Package net.anwiba.commons.workflow
Class Workflow<T>
- java.lang.Object
-
- net.anwiba.commons.workflow.Workflow<T>
-
-
Constructor Summary
Constructors Constructor Description Workflow(IExecuterFactory<T> closureDelegatorFactory, IWorkflowController<T> workflowController)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidexecute(IState<T> state)
-
-
-
Constructor Detail
-
Workflow
public Workflow(IExecuterFactory<T> closureDelegatorFactory, IWorkflowController<T> workflowController)
-
-