Interface | Description |
---|---|
CastedModelExecutor<S extends CastedModelExecutor<S>> |
This interface helps writing specialized
ModelExecutor s which can
still be subtyped. |
ErrorListener |
Listener for runtime errors of the model execution.
|
Execution |
This interface provides the simplest API to execute txtUML models.
|
Execution.Handle |
A model execution handle.
|
ModelExecutor |
Used to configure and start a model execution through the txtUML modeling
API.
|
ModelScheduler |
A model scheduler is responsible for handling timed events in the model.
|
SequenceDiagramExecutor |
Class responsible for executing the SequenceDiagram code.
|
TraceListener |
Listener for valid events of the model execution.
|
WarningListener |
Listener for runtime warnings of the model execution.
|
Class | Description |
---|---|
Execution.Settings |
The public fields of this class describe the basic settings of a model
execution.
|
Enum | Description |
---|---|
CheckLevel |
The different levels of dynamic checks performed during a model execution.
|
LogLevel |
The different levels of model execution logs.
|
ModelExecutor.Status |
Represents the life cycle of a model executor.
|
Exception | Description |
---|---|
LockedModelExecutorException |
Thrown by certain methods of the
ModelExecutor interface which cannot
be called after that specific model executor has been started. |
LockedSeqDiagExecutorException |
Thrown by certain methods of the
SequenceDiagramExecutor interface
which cannot be called after that specific sequence diagram executor has been
started. |