mCRL2
|
#include <lps_command.h>
Public Member Functions | |
lps_command (const std::string &name, const std::string &input_filename, const std::string &output_filename, const std::vector< std::string > &options) | |
void | execute () |
Public Member Functions inherited from mcrl2::utilities::detail::command | |
command (const std::string &name_, const std::string &input_filename_, const std::string &output_filename_, const std::vector< std::string > &options_) | |
virtual void | execute ()=0 |
virtual | ~command ()=default |
Public Attributes | |
lps::specification | lpsspec |
Public Attributes inherited from mcrl2::utilities::detail::command | |
std::string | name |
const std::string & | input_filename |
const std::string & | output_filename |
const std::vector< std::string > & | options |
Definition at line 25 of file lps_command.h.
|
inline |
Definition at line 29 of file lps_command.h.
|
inlinevirtual |
Implements mcrl2::utilities::detail::command.
Definition at line 37 of file lps_command.h.
lps::specification mcrl2::lps::detail::lps_command::lpsspec |
Definition at line 27 of file lps_command.h.