Expand description
Support for executing tst.
Structs§
- Conc
Executor - Concurrent Executor
- NoExecutor
- No Executor, it can be used for agent that don’t implement some of the executors
- SeqExecutor
- Sequential Executor
- Tree
Executor - Executor of TST for an agent
Traits§
- Agent
- Agent trait for TST execution
- Creatable
From Agent - Trait for creating executor for an agent
- Executor
- Executor trait
- Executors
- Trait representing the executors, used for dispatch
- Tree
Executor Trait - Base trait for the TreeExecutor
Type Aliases§
- Default
Tree Executor - Agent executor with default for Sequence and Concurrent
- Execution
Result - Result of executing a TST