public interface IWorkflowBuilder<T>
| Modifier and Type | Method and Description |
|---|---|
void |
add(IApplicable<IState<T>> applicable,
IExecutable<T> executable) |
void |
add(IApplicable<IState<T>> applicable,
IFunction<IState<T>,IExecutable<T>,RuntimeException> factory) |
void |
add(ITransition<T> transition) |
IWorkflow<T> |
build() |
void add(ITransition<T> transition)
void add(IApplicable<IState<T>> applicable, IExecutable<T> executable)
void add(IApplicable<IState<T>> applicable, IFunction<IState<T>,IExecutable<T>,RuntimeException> factory)
Copyright © 2007–2017 Andreas Bartels. All rights reserved.