libSBML Perl API
libSBML 5.12.0 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 } |
SBMLFbcTypeCode_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 |
SBMLFbcTypeCode_t Enumeration of possible types in the libSBML “comp” package implementation.
SBML_
. Note that different Level 3 package plug-ins may use overlapping type codes; to identify the package to which a given object belongs, call the getPackageName()
method on the object.Enumerator | |
---|---|
SBML_COMP_SUBMODEL | |
SBML_COMP_MODELDEFINITION | |
SBML_COMP_EXTERNALMODELDEFINITION | |
SBML_COMP_SBASEREF | |
SBML_COMP_DELETION | |
SBML_COMP_REPLACEDELEMENT | |
SBML_COMP_REPLACEDBY | |
SBML_COMP_PORT |