Include file:
#include "mcrl2/pbes/pbes_explorer.h
mcrl2::pbes_system::
lts_type
¶add_edge_label
(const std::string &name, const std::string &type)¶Adds an edge label of type type with name name.
Parameters:
add_state
(const std::string &name, const std::string &type)¶Adds a state part of type type with name name.
Parameters:
add_state_label
(const std::string &name, const std::string &type)¶Adds a state label of type type with name name.
Parameters:
get_edge_label_types
() const¶Returns the sequence of edge label types.
get_edge_labels
() const¶Returns the sequence of edge labels.
get_number_of_edge_labels
() const¶Returns the number of edge labels.
get_number_of_state_labels
() const¶Returns the number of state labels.
get_number_of_state_types
() const¶Returns the number of state types.
get_state_label_types
() const¶Returns the sequence of state label types.
get_state_labels
() const¶Returns the sequence of state labels.
get_state_length
() const¶Returns the state length.
get_state_names
() const¶Returns the sequence of state part names.
get_state_type_name
(int type_no) const¶Returns the name of the state type with number type_no.
Parameters:
get_state_type_no
(int part) const¶Returns the state type index for the state part part.
Parameters:
get_state_types
() const¶Returns the sequence of state part types.
lts_type
(int state_length)¶Contructor.
lts_type
Parameters:
~lts_type
()¶Destructor.