|
#include <ArmarXCore/statechart/xmlstates/XMLState.h>
Public Member Functions | |
VariantContainerBasePtr | getContainer () |
std::string | getName () |
bool | getOptional () |
ContainerTypePtr | getTypePtr () |
std::string | getTypeStr () |
StateParameterDeserialization (RapidXmlReaderNode const ¶meterNode, Ice::CommunicatorPtr ic, StatechartProfilePtr selectedProfile) | |
Protected Attributes | |
VariantContainerBasePtr | container |
std::string | name |
bool | optional |
ContainerTypePtr | typePtr |
std::string | typeStr |
Definition at line 72 of file XMLState.h.
StateParameterDeserialization | ( | RapidXmlReaderNode const & | parameterNode, |
Ice::CommunicatorPtr | ic, | ||
StatechartProfilePtr | selectedProfile | ||
) |
VariantContainerBasePtr getContainer | ( | ) |
std::string getName | ( | ) |
bool getOptional | ( | ) |
ContainerTypePtr getTypePtr | ( | ) |
std::string getTypeStr | ( | ) |
|
protected |
Definition at line 88 of file XMLState.h.
|
protected |
Definition at line 84 of file XMLState.h.
|
protected |
Definition at line 85 of file XMLState.h.
|
protected |
Definition at line 87 of file XMLState.h.
|
protected |
Definition at line 86 of file XMLState.h.