| Interface | Description |
|---|---|
| ExecutionStartHandler |
| Class | Description |
|---|---|
| AbstractElement |
Abstract implementation that provides support for handlers.
|
| AbstractListSelector |
AbstractListSelector implementation.
|
| AbstractPropertyHolder |
Default implementation of a property holder.
|
| CompoundElement |
Element that holds two child elements, the execution of which is alternated when a
special ExecutionOutcome is returned by a containing element execution.
|
| CompoundSelector |
Selects the next execution element to execute.
|
| DefaultExecutionStrategy |
Default execution strategy implementation.
|
| ElementUtils | |
| ExecutableElement |
Default implementation of an execution element which does not support child elements.
|
| IteratedListSelector |
Iterates through the list of elements, executing each them in order.
|
| ListElement |
Execution element that holds/manages a list of other execution elements.
|
| NodeImpl |
Default node implementation.
|
| RandomListSelector |
Serves randomly a new element from the group.
|
| RandomOrderIteratedListSelector |
Serves randomly a new element from the group.
|
| SessionListSelector |
Iterates through the list of elements, executing each of them in order.
|
| TemporalListSelector |
Iterates through the list of elements, executing each element in order until timeout.
|
| TemporaryElementSupportUtil |
Use this helper class to add temporary elements to the execution.
|
| TimerListSelector |
Iterates through the list of elements, executing each them in order.
|
Copyright © 2012. All Rights Reserved.