Module tst

Module tst 

Source
Expand description

Support for executing tst.

Structs§

ConcExecutor
Concurrent Executor
NoExecutor
No Executor, it can be used for agent that don’t implement some of the executors
SeqExecutor
Sequential Executor
TreeExecutor
Executor of TST for an agent

Traits§

Agent
Agent trait for TST execution
CreatableFromAgent
Trait for creating executor for an agent
Executor
Executor trait
Executors
Trait representing the executors, used for dispatch
TreeExecutorTrait
Base trait for the TreeExecutor

Type Aliases§

DefaultTreeExecutor
Agent executor with default for Sequence and Concurrent
ExecutionResult
Result of executing a TST