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

A counterexample to a property assertion, such as deadlock freedom. More...

#include <property_counterexample.h>

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

Public Member Functions

const std::shared_ptr< Behaviour > & behaviour () const
 The prohibited behaviour.
 
- Public Member Functions inherited from FDR::Assertions::Counterexample
 Counterexample (const Counterexample &)=delete
 
Counterexampleoperator= (const Counterexample &)=delete
 

Protected Member Functions

 PropertyCounterexample (const std::shared_ptr< Behaviour > &behaviour)
 

Detailed Description

A counterexample to a property assertion, such as deadlock freedom.

This has a single behaviour that shows how the specified machine can violate a property assertion, such as deadlock freedom or divergence freedom.


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