| Interface | Description |
|---|---|
| Ability |
A marker interface to indicate that an actor can perform some ability.
|
| Action | Deprecated
Use Interaction instead
|
| Consequence<T> | |
| HasTeardown |
Implement this Interface when you wish an
Ability to be torn down upon calling OnStage.drawTheCurtain() |
| 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.
|
| Enum | Description |
|---|---|
| Actor.ErrorHandlingMode |
| Exception | Description |
|---|---|
| NoMatchingAbilityException | |
| TaskInstantiationException |
| Error | Description |
|---|---|
| UnexpectedEnumValueException |
Copyright © 2021. All rights reserved.