mCRL2
|
#include <state_formula_specification.h>
Public Member Functions | |
state_formula_specification () | |
Constructor. | |
state_formula_specification (const state_formula &formula, const data::data_specification &data=data::data_specification(), const process::action_label_list &action_labels={}) | |
Constructor of a state formula specification. | |
const data::data_specification & | data () const |
Returns the data specification. | |
data::data_specification & | data () |
Returns the data specification. | |
const process::action_label_list & | action_labels () const |
Returns the action label specification. | |
process::action_label_list & | action_labels () |
Returns the action label specification. | |
const state_formula & | formula () const |
Returns the formula of the state formula specification. | |
state_formula & | formula () |
Returns the formula of the state formula specification. | |
Protected Attributes | |
data::data_specification | m_data |
The data specification of the specification. | |
process::action_label_list | m_action_labels |
The action specification of the specification. | |
state_formula | m_formula |
The formula of the specification. | |
Definition at line 21 of file state_formula_specification.h.
|
inline |
Constructor.
Definition at line 35 of file state_formula_specification.h.
|
inline |
Constructor of a state formula specification.
Definition at line 39 of file state_formula_specification.h.
|
inline |
Returns the action label specification.
Definition at line 68 of file state_formula_specification.h.
|
inline |
Returns the action label specification.
Definition at line 61 of file state_formula_specification.h.
|
inline |
Returns the data specification.
Definition at line 54 of file state_formula_specification.h.
|
inline |
Returns the data specification.
Definition at line 47 of file state_formula_specification.h.
|
inline |
Returns the formula of the state formula specification.
Definition at line 82 of file state_formula_specification.h.
|
inline |
Returns the formula of the state formula specification.
Definition at line 75 of file state_formula_specification.h.
|
protected |
The action specification of the specification.
Definition at line 28 of file state_formula_specification.h.
|
protected |
The data specification of the specification.
Definition at line 25 of file state_formula_specification.h.
|
protected |
The formula of the specification.
Definition at line 31 of file state_formula_specification.h.