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