7 return std::make_unique<SolveFsmPlugin>();
12 return std::string(
"solve_fsm");
17 return std::string(
"0.1");
22 return "Plugin to automatically generate FSM state transition graphs for given FSMs.";
std::string get_name() const override
Get the name of the plugin.
std::string get_description() const override
Get a short description of the plugin.
std::string get_version() const override
Get the version of the plugin.
std::unique_ptr< BasePluginInterface > create_plugin_instance()