libSBML Perl API
libSBML 5.17.2 Perl API
|
Definition of CompExtension, the core module of comp package. More...
Classes | |
class | CompExtension |
{comp} 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 } |
SBMLCompTypeCode_t Enumeration of possible types in the libSBML “comp” package implementation. More... | |
Definition of CompExtension, the core module of comp package.
#define COMP_CREATE_NS | ( | variable, | |
sbmlns | |||
) | EXTENSION_CREATE_NS(CompPkgNamespaces,variable,sbmlns); |
enum SBMLCompTypeCode_t |