SST
11.1.0
StructuralSimulationToolkit
|
Base class for Model Generation. More...
#include <sstmodel.h>
Public Member Functions | |
SST_ELI_DECLARE_INFO_EXTERN (ELI::ProvidesSimpleInfo< 0, bool >, ELI::ProvidesSimpleInfo< 1, std::vector< std::string >>) SSTModelDescription() | |
virtual ConfigGraph * | createConfigGraph ()=0 |
Create the ConfigGraph. More... | |
Static Public Member Functions | |
static bool | isElementParallelCapable (const std::string &type) |
static const std::vector < std::string > & | getElementSupportedExtensions (const std::string &type) |
Base class for Model Generation.
|
pure virtual |
Create the ConfigGraph.
This function should be overridden by subclasses.
This function is responsible for reading any configuration files and generating a ConfigGraph object.
Implemented in SST::Core::SSTXmlModelDefinition, and SST::Core::SSTPythonModelDefinition.