| Interface | Description |
|---|---|
| Ability |
A marker interface to indicate that an actor can perform some ability.
|
| Action | Deprecated
Use Interaction instead
|
| Consequence<T> | |
| Interaction |
A marker class to indicate that a Performable represents a system interaction (action),
rather than a business task.
|
| Performable |
A task or action that can be performed by an actor.
|
| PerformsTasks | |
| Question<ANSWER> | |
| QuestionDiagnostics | |
| RecordsInputs | |
| RefersToActor | |
| Task |
A marker class to indicate that a Performable represents a higher level business task,
rather than a system interaction.
|
| Class | Description |
|---|---|
| Actor | |
| BaseConsequence<T> | |
| BooleanQuestionConsequence<T> | |
| Complaint | |
| ConditionalPerformable | |
| ConsequenceListener | |
| ErrorTally | |
| EventBusInterface | |
| EventualConsequence<T> | |
| EventualConsequenceBuilder<T> | |
| ExternalValueQuestion | |
| FailedConsequence | |
| GivenWhenThen | |
| PerformedTaskTally | |
| QuestionConsequence<T> | |
| QuestionSubject<T> | |
| Tasks | |
| Uninstrumented |
Created by john on 16/08/2015.
|