SST
8.0.0
StructuralSimulationToolkit
|
Public Member Functions | |
BaseComponentElementInfo * | getComponentOrSubComponent (const std::string &name) |
ComponentElementInfo * | getComponent (const std::string &name) |
SubComponentElementInfo * | getSubComponent (const std::string &name) |
ModuleElementInfo * | getModule (const std::string &name) |
PartitionerElementInfo * | getPartitioner (const std::string &name) |
PythonModuleElementInfo * | getPythonModule () |
std::string | toString () |
Data Fields | |
std::map< std::string, ComponentElementInfo * > | components |
std::map< std::string, SubComponentElementInfo * > | subcomponents |
std::map< std::string, ModuleElementInfo * > | modules |
std::map< std::string, PartitionerElementInfo * > | partitioners |
PythonModuleElementInfo * | python_module |