mcrl2/lps/specification.h

Include file:

#include "mcrl2/lps/specification.h"

The class specification.

Functions

bool mcrl2::lps::check_well_typedness(const Object &o)
void complete_data_specification(specification &spec)

Adds all sorts that appear in the process of l to the data specification of l.

Parameters:

  • spec A linear process specification
void complete_data_specification(stochastic_specification &spec)

Adds all sorts that appear in the process of l to the data specification of l.

Parameters:

  • spec A linear process specification
bool mcrl2::lps::is_specification(const atermpp::aterm_appl &x)

Test for a specification expression.

Parameters:

  • x A term

Returns: True if x is a specification expression

bool mcrl2::lps::operator!=(const specification &spec1, const specification &spec2)

Inequality operator.

bool mcrl2::lps::operator!=(const stochastic_specification &spec1, const stochastic_specification &spec2)

Inequality operator.

std::ostream &mcrl2::lps::operator<<(std::ostream &out, const specification &x)

brief Outputs the object to a stream param out An output stream param x Object x return The output stream

std::ostream &mcrl2::lps::operator<<(std::ostream &out, const stochastic_specification &x)

brief Outputs the object to a stream param out An output stream param x Object x return The output stream

bool mcrl2::lps::operator==(const specification &spec1, const specification &spec2)

Equality operator.

bool mcrl2::lps::operator==(const stochastic_specification &spec1, const stochastic_specification &spec2)
specification mcrl2::lps::remove_stochastic_operators(const stochastic_specification &spec)

Converts a stochastic specification to a specification. Throws an exception if non-empty distributions are encountered.

atermpp::aterm_appl specification_to_aterm(const specification_base<LinearProcess, InitialProcessExpression> &spec)

Conversion to aterm_appl.

Returns: The specification converted to aterm format.