Include file:
#include "mcrl2/bes/pbes_output_tool.h
mcrl2::bes::tools::
pbes_output_tool
¶Base class for filter tools that produce a pbes as output.
Tool provides output_filename()
mcrl2::bes::tools::pbes_output_tool::
m_pbes_output_format
¶The type of the pbes output format.
add_options
(utilities::interface_description &desc)Add options to an interface description. Also includes output format options.
Parameters:
available_output_formats
() constReturns the file formats that are available for this tool. Override this method to change the standard behavior.
Returns: The set { pbes, text }
default_output_format
() constReturns the default file format. Override this method to change the standard behavior.
Returns: The default format is determined based on the extension of the output file.
parse_options
(const utilities::command_line_parser &parser)Parse non-standard options.
Parameters:
pbes_output_format
() const¶Returns the output format.
Returns: The output format
pbes_output_tool
(const std::string &name, const std::string &author, const std::string &what_is, const std::string &tool_description, std::string known_issues = "")¶Constructor.
Parameters:
~pbes_output_tool
() = default¶Destructor.