|
mCRL2
|
Base class for filter tools that use a pbes rewriter. More...
#include <pbes_rewriter_tool.h>
Public Member Functions | |
| pbes_rewriter_tool (const std::string &name, const std::string &author, const std::string &what_is, const std::string &tool_description, std::string known_issues="") | |
| Constructor. | |
| ~pbes_rewriter_tool () override=default | |
| Destructor. | |
| pbes_system::pbes_rewriter_type | rewriter_type () const |
| Returns the rewriter type. | |
Protected Member Functions | |
| virtual std::set< pbes_system::pbes_rewriter_type > | available_rewriters () const |
| Returns the types of rewriters that are available for this tool. Override this method to change the standard behavior. | |
| virtual pbes_system::pbes_rewriter_type | default_rewriter () const |
| Returns the default pbes rewriter. Override this method to change the standard behavior. | |
| void | add_options (utilities::interface_description &desc) override |
| Add options to an interface description. Also includes rewriter options. | |
| void | parse_options (const utilities::command_line_parser &parser) override |
| Parse non-standard options. | |
Protected Attributes | |
| pbes_system::pbes_rewriter_type | m_pbes_rewriter_type |
| The type of the pbes rewriter. | |
Base class for filter tools that use a pbes rewriter.
Definition at line 24 of file pbes_rewriter_tool.h.
|
inline |
Constructor.
| name | The name of the tool |
| author | The author(s) of the tool |
| what_is | One-line "what is" description of the tool |
| tool_description | The description of the tool |
| known_issues | Known issues with the tool |
Definition at line 99 of file pbes_rewriter_tool.h.
|
overridedefault |
Destructor.
|
inlineoverrideprotected |
Add options to an interface description. Also includes rewriter options.
| desc | An interface description |
Definition at line 62 of file pbes_rewriter_tool.h.
|
inlineprotectedvirtual |
Returns the types of rewriters that are available for this tool. Override this method to change the standard behavior.
Definition at line 33 of file pbes_rewriter_tool.h.
|
inlineprotectedvirtual |
Returns the default pbes rewriter. Override this method to change the standard behavior.
Definition at line 54 of file pbes_rewriter_tool.h.
|
inlineoverrideprotected |
Parse non-standard options.
| parser | A command line parser |
Definition at line 85 of file pbes_rewriter_tool.h.
|
inline |
Returns the rewriter type.
Definition at line 113 of file pbes_rewriter_tool.h.
|
protected |
The type of the pbes rewriter.
Definition at line 28 of file pbes_rewriter_tool.h.