Include file:
#include "mcrl2/lps/action_rename.h
mcrl2::lps::
action_rename_rule
¶Action rename rule.
mcrl2::lps::action_rename_rule::
m_condition
¶The condition of the rule.
mcrl2::lps::action_rename_rule::
m_lhs
¶The left hand side of the rule.
mcrl2::lps::action_rename_rule::
m_rhs
¶right hand side of the rule. Can only be an action, tau or delta.
mcrl2::lps::action_rename_rule::
m_variables
¶The data variables of the rule.
action_rename_rule
()¶Constructor.
action_rename_rule
(const atermpp::aterm_appl &t)¶Constructor.
Parameters:
action_rename_rule
(const data::variable_list &variables, const data::data_expression &condition, const process::action &lhs, const process::process_expression &rhs)¶Constructor.
condition
()¶Returns the condition of the rule.
Returns: The condition of the rule.
condition
() constReturns the condition of the rule.
Returns: The condition of the rule.
lhs
() constReturns the left hand side of the rule.
Returns: The left hand side of the rule.
rhs
() constReturns the right hand side of the rule.
Returns: The right hand side of the rule.
variables
()¶Returns the variables of the rule.
Returns: The variables of the rule.
variables
() constReturns the variables of the rule.
Returns: The variables of the rule.