FDR  4.2.7(6ecbe5a21b71ab020e8fcaeccfe5ebaad0599f4f)
Public Member Functions | List of all members
FDR::Assertions::ExplicitDivergenceBehaviour Class Reference

A path to a state that is marked as explicitly divergent. More...

#include <explicit_divergence_behaviour.h>

Inheritance diagram for FDR::Assertions::ExplicitDivergenceBehaviour:
Inheritance graph
[legend]
Collaboration diagram for FDR::Assertions::ExplicitDivergenceBehaviour:
Collaboration graph
[legend]

Public Member Functions

 ExplicitDivergenceBehaviour (const std::shared_ptr< LTS::Machine > &machine, const std::vector< std::shared_ptr< LTS::Node >> &node_path, const std::vector< LTS::CompiledEvent > &events)
 
- Public Member Functions inherited from FDR::Assertions::Behaviour
 Behaviour (const Behaviour &)=delete
 
std::shared_ptr< LTS::Machinemachine () 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...
 
Behaviouroperator= (const Behaviour &)=delete
 
const std::vector< LTS::CompiledEvent > & trace () const
 Returns the sequence of events that led to this behaviour. More...
 

Additional Inherited Members

- Protected Member Functions inherited from FDR::Assertions::Behaviour
 Behaviour (const std::shared_ptr< LTS::Machine > &machine, const std::vector< std::shared_ptr< LTS::Node >> &node_path, const std::vector< LTS::CompiledEvent > &events)
 

Detailed Description

A path to a state that is marked as explicitly divergent.

In this case machine()->has_divergence_markings() will be true.


The documentation for this class was generated from the following file: