|
#include <ArmarXCore/statechart/xmlstates/profiles/StatechartProfiles.h>
Public Member Functions | |
std::set< std::string > | getAllLeafNames () const |
std::vector< StatechartProfilePtr > | getAllLeaves () const |
StatechartProfilePtr | getProfileByName (std::string name) |
StatechartProfilePtr | getRootProfile () const |
void | readStatechartProfiles (RapidXmlReaderPtr reader) |
StatechartProfiles () | |
Static Public Member Functions | |
static std::string | GetRootName () |
static StatechartProfilesPtr | ReadProfileFiles (const std::vector< std::string > &packages) |
Definition at line 75 of file StatechartProfiles.h.
std::set< std::string > getAllLeafNames | ( | ) | const |
std::vector< StatechartProfilePtr > getAllLeaves | ( | ) | const |
StatechartProfilePtr getProfileByName | ( | std::string | name | ) |
Definition at line 96 of file StatechartProfiles.cpp.
|
inlinestatic |
StatechartProfilePtr getRootProfile | ( | ) | const |
Definition at line 106 of file StatechartProfiles.cpp.
|
static |
Definition at line 47 of file StatechartProfiles.cpp.
void readStatechartProfiles | ( | RapidXmlReaderPtr | reader | ) |
Definition at line 39 of file StatechartProfiles.cpp.