SST  11.1.0
StructuralSimulationToolkit
SST::Core::SSTXmlModelDefinition Class Reference
Inheritance diagram for SST::Core::SSTXmlModelDefinition:
SST::SSTModelDescription

Public Member Functions

 SST_ELI_REGISTER_MODEL_DESCRIPTION (SST::Core::SSTXmlModelDefinition,"sst","model.xml", SST_ELI_ELEMENT_VERSION(1, 0, 0),"XML model for building SST simulation graphs", false) SSTXmlModelDefinition(const std
 
ConfigGraphcreateConfigGraph () override
 Create the ConfigGraph. More...
 
- Public Member Functions inherited from SST::SSTModelDescription
 SST_ELI_DECLARE_INFO_EXTERN (ELI::ProvidesSimpleInfo< 0, bool >, ELI::ProvidesSimpleInfo< 1, std::vector< std::string >>) SSTModelDescription()
 

Additional Inherited Members

- Static Public Member Functions inherited from SST::SSTModelDescription
static bool isElementParallelCapable (const std::string &type)
 
static const std::vector
< std::string > & 
getElementSupportedExtensions (const std::string &type)
 

Member Function Documentation

ConfigGraph* SST::Core::SSTXmlModelDefinition::createConfigGraph ( )
inlineoverridevirtual

Create the ConfigGraph.

This function should be overridden by subclasses.

This function is responsible for reading any configuration files and generating a ConfigGraph object.

Implements SST::SSTModelDescription.


The documentation for this class was generated from the following file: