Include file:
#include "mcrl2/lps/state_probability_pair.h
mcrl2::lps::
state_probability_pair
¶mcrl2::lps::state_probability_pair::
m_probability
¶mcrl2::lps::state_probability_pair::
m_state
¶operator=
(const state_probability_pair &p) = default¶Standard assignment.
Parameters:
p The state probability pair to be assigned.
Returns: A reference to the assigned object.
operator=
(state_probability_pair &&p) = default¶operator==
(const state_probability_pair &other) const¶Standard equality operator.
Returns: Returns true iff the probabilistic states are equal.
probability
() const¶get the probability from a state proability pair.
probability
()¶Set the probability in a state probability pair.
state
() const¶Get the state from a state probability pair.
state
()¶Get the state in a state probability pair.
state_probability_pair
(const STATE &state, const PROBABILITY &probability)¶constructor.
Parameters:
state The state.
probability The probability of the occurrence of this state.
state_probability_pair
(const state_probability_pair &p) = default¶Copy constructor;.
Parameters:
p The state probability pair to be copied.
state_probability_pair
(state_probability_pair &&p) = default¶