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

A counterexample demonstrating how a process can deadlock. More...

#include <deadlock_counterexample.h>

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

Public Member Functions

 DeadlockCounterexample (const std::shared_ptr< Behaviour > &behaviour)
 
- Public Member Functions inherited from FDR::Assertions::PropertyCounterexample
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
 

Additional Inherited Members

- Protected Member Functions inherited from FDR::Assertions::PropertyCounterexample
 PropertyCounterexample (const std::shared_ptr< Behaviour > &behaviour)
 

Detailed Description

A counterexample demonstrating how a process can deadlock.

The behaviour is guaranteed to be a MinAcceptanceBehaviour with a min acceptance of {}.


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