FDR
4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
|
A Behaviour that events in a state with a disallowed minimal acceptance. More...
#include <min_acceptance_behaviour.h>
Public Member Functions | |
MinAcceptanceBehaviour (const std::shared_ptr< LTS::Machine > &machine, const std::vector< std::shared_ptr< LTS::Node >> &node_path, const std::vector< LTS::CompiledEvent > &trace, const std::vector< LTS::CompiledEvent > &min_acceptance) | |
const std::vector< LTS::CompiledEvent > & | min_acceptance () const |
The erroneous minimal acceptance. | |
![]() | |
Behaviour (const Behaviour &)=delete | |
std::shared_ptr< LTS::Machine > | machine () const |
The machine in which the behaviour occurs. | |
const std::vector< std::shared_ptr< LTS::Node > > & | node_path () const |
The sequence of nodes leading to the behaviour. More... | |
Behaviour & | operator= (const Behaviour &)=delete |
const std::vector< LTS::CompiledEvent > & | trace () const |
Returns the sequence of events that led to this behaviour. More... | |
Additional Inherited Members | |
![]() | |
Behaviour (const std::shared_ptr< LTS::Machine > &machine, const std::vector< std::shared_ptr< LTS::Node >> &node_path, const std::vector< LTS::CompiledEvent > &events) | |
A Behaviour that events in a state with a disallowed minimal acceptance.
For example, a deadlock is represented by a minimal acceptance behaviour that ends with a state with a minimal acceptance of an empty set.