public class WorkflowBuilder<T> extends Object implements IWorkflowBuilder<T>
| Constructor and Description |
|---|
WorkflowBuilder() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
IExecutable<T> executable) |
void |
add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
net.anwiba.commons.lang.functional.IFunction<IState<T>,IExecutable<T>,RuntimeException> factory) |
void |
add(ITransition<T> transition) |
IWorkflow<T> |
build() |
void |
setWorkflowController(IWorkflowController<T> workflowController) |
public void add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable, IExecutable<T> executable)
add in interface IWorkflowBuilder<T>public void add(ITransition<T> transition)
add in interface IWorkflowBuilder<T>public void add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable, net.anwiba.commons.lang.functional.IFunction<IState<T>,IExecutable<T>,RuntimeException> factory)
add in interface IWorkflowBuilder<T>public void setWorkflowController(IWorkflowController<T> workflowController)
public IWorkflow<T> build()
build in interface IWorkflowBuilder<T>Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.