FDR
4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
|
3 #include <fdr/assertions/behaviour/behaviour.h>
17 const std::vector<std::shared_ptr<LTS::Node>>&
node_path,
18 const std::vector<LTS::CompiledEvent>&
trace,
const LTS::CompiledEvent
error_event);
27 const LTS::CompiledEvent error_event_;
LTS::CompiledEvent error_event() const
The event considered to be disallowed.
const std::vector< std::shared_ptr< LTS::Node > > & node_path() const
The sequence of nodes leading to the behaviour.
const std::vector< LTS::CompiledEvent > & trace() const
Returns the sequence of events that led to this behaviour.
A Behaviour that indicates the machine performed a prohibited event.
Definition: trace_behaviour.h:14
A particular path through a Machine, often leading to an interesting state.
Definition: behaviour.h:22
std::shared_ptr< LTS::Machine > machine() const
The machine in which the behaviour occurs.