mcrl2/process/process_specification.h

Include file:

#include "mcrl2/process/process_specification.h"

add your file description here.

Functions

void complete_data_specification(process_specification &spec)

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

Parameters:

  • spec A process specification
bool mcrl2::process::is_process_specification(const atermpp::aterm_appl &x)

Test for a process specification expression.

Parameters:

  • x A term

Returns: True if x is a process specification expression

bool mcrl2::process::operator!=(const process_specification &spec1, const process_specification &spec2)

Inequality operator.

std::ostream &mcrl2::process::operator<<(std::ostream &out, const process_specification &x)

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

bool mcrl2::process::operator==(const process_specification &spec1, const process_specification &spec2)

Equality operator.

atermpp::aterm_appl process_specification_to_aterm(const process_specification &spec)

Conversion to aterm_appl.

Returns: The specification converted to aterm format.

Parameters:

  • spec A process specification