12#ifndef MCRL2_PROCESS_ACTION_LABEL_H
13#define MCRL2_PROCESS_ACTION_LABEL_H
57 const core::identifier_string&
name()
const
59 return atermpp::down_cast<core::identifier_string>((*
this)[0]);
64 return atermpp::down_cast<data::sort_expression_list>((*
this)[1]);
70template <
class... ARGUMENTS>
92std::string
pp(
const action_label& x);
Term containing a string.
aterm()
Default constructor.
const function_symbol & function() const
Returns the function symbol belonging to an aterm.
void swap(unprotected_aterm_core &t) noexcept
Swaps this term with its argument.
const data::sort_expression_list & sorts() const
action_label()
\brief Default constructor X3.
action_label(const atermpp::aterm &term)
action_label(const std::string &name, const data::sort_expression_list &sorts)
\brief Constructor Z1.
action_label(action_label &&) noexcept=default
const core::identifier_string & name() const
action_label(const action_label &) noexcept=default
Move semantics.
action_label(const core::identifier_string &name, const data::sort_expression_list &sorts)
\brief Constructor Z12.
The class data_specification.
The main namespace for the aterm++ library.
void make_term_appl(Term &target, const function_symbol &sym, ForwardIterator begin, ForwardIterator end)
Constructor an aterm in a variable based on a function symbol and an forward iterator providing the a...
bool check_term_ActId(const Term &t)
const atermpp::function_symbol & function_symbol_ActId()
void swap(action_label &t1, action_label &t2)
\brief swap overload
std::set< data::sort_expression > find_sort_expressions(const process::action_label_list &x)
bool is_action_label(const atermpp::aterm &x)
action_label_list normalize_sorts(const action_label_list &x, const data::sort_specification &sortspec)
void make_action_label(atermpp::aterm &t, const ARGUMENTS &... args)
atermpp::term_list< action_label > action_label_list
\brief list of action_labels
std::string pp(const action_label &x)
std::ostream & operator<<(std::ostream &out, const action_label &x)
std::vector< action_label > action_label_vector
\brief vector of action_labels
A class that takes a linear process specification and checks all tau-summands of that LPS for conflue...
static const atermpp::function_symbol ActId