Class used to manage an active object configuration to be used by mlgen. More...
#include <ActiveObjectConfiguration.hpp>
Public Member Functions | |
ActiveObjectConfiguration (shared_ptr< XmlElement > xml) | |
std::string | getName () |
operator XmlElement () | |
Operator that converts to an XmlElement. |
Class used to manage an active object configuration to be used by mlgen.
Definition at line 52 of file ActiveObjectConfiguration.hpp.
ActiveObjectConfiguration::operator XmlElement | ( | ) | [virtual] |
Operator that converts to an XmlElement.
Implements mermaid::support::xml::XmlConvertible.
Definition at line 73 of file ActiveObjectConfiguration.cpp.