libSBML C++ API
libSBML 5.8.0 C++ API
|
Definition of CompExtension, the core module of comp package.
Classes | |
class | CompExtension |
comp
The core module of the 'comp' package extension. More... | |
Macros | |
#define | COMP_CREATE_NS(variable, sbmlns) EXTENSION_CREATE_NS(CompPkgNamespaces,variable,sbmlns); |
Typedefs | |
typedef SBMLExtensionNamespaces < CompExtension > | CompPkgNamespaces |
Enumerations | |
enum | SBMLCompTypeCode_t { SBML_COMP_SUBMODEL = 250, SBML_COMP_MODELDEFINITION = 251, SBML_COMP_EXTERNALMODELDEFINITION = 252, SBML_COMP_SBASEREF = 253, SBML_COMP_DELETION = 254, SBML_COMP_REPLACEDELEMENT = 255, SBML_COMP_REPLACEDBY = 256, SBML_COMP_PORT = 257 } |
#define COMP_CREATE_NS | ( | variable, | |
sbmlns | |||
) | EXTENSION_CREATE_NS(CompPkgNamespaces,variable,sbmlns); |
enum SBMLCompTypeCode_t |