| Package | Description |
|---|---|
| net.anwiba.commons.workflow | |
| net.anwiba.commons.workflow.transition |
| Modifier and Type | Method and Description |
|---|---|
IExecutable<T> |
IExecuterFactory.create(IExecutable<T> executable) |
IExecutable<T> |
EventDispatchThreadUsingDelegatingExecuterFactory.create(IExecutable<T> procedure) |
IExecutable<T> |
DefaultDelegatingExecuterFactory.create(IExecutable<T> executable) |
IExecutable<T> |
WorkflowController.next(IState<T> state) |
IExecutable<T> |
IWorkflowController.next(IState<T> state) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowBuilder.add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
IExecutable<T> executable) |
void |
IWorkflowBuilder.add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
IExecutable<T> executable) |
IExecutable<T> |
IExecuterFactory.create(IExecutable<T> executable) |
IExecutable<T> |
EventDispatchThreadUsingDelegatingExecuterFactory.create(IExecutable<T> procedure) |
IExecutable<T> |
DefaultDelegatingExecuterFactory.create(IExecutable<T> executable) |
| Modifier and Type | Method and Description |
|---|---|
void |
WorkflowBuilder.add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
net.anwiba.commons.lang.functional.IFunction<IState<T>,IExecutable<T>,RuntimeException> factory) |
void |
IWorkflowBuilder.add(net.anwiba.commons.lang.functional.IApplicable<IState<T>> applicable,
net.anwiba.commons.lang.functional.IFunction<IState<T>,IExecutable<T>,RuntimeException> factory) |
| Modifier and Type | Method and Description |
|---|---|
IExecutable<T> |
Transition.getExecutable(IState<T> state) |
IExecutable<T> |
ITransition.getExecutable(IState<T> state) |
| Constructor and Description |
|---|
Transition(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.