public interface IWorkflowBuilder<T>
| 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 add(ITransition<T> transition)
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)
Copyright © 2007–2017 Andreas W. Bartels. All rights reserved.