libSBML Perl API
libSBML 5.17.2 Perl API
|
Definition of QualExtension, the core module of qual package. More...
Classes | |
class | QualExtension |
{qual} More... | |
Macros | |
#define | QUAL_CREATE_NS(variable, sbmlns) EXTENSION_CREATE_NS(QualPkgNamespaces,variable,sbmlns); |
Typedefs | |
typedef SBMLExtensionNamespaces< QualExtension > | QualPkgNamespaces |
Enumerations | |
enum | SBMLQualTypeCode_t { SBML_QUAL_QUALITATIVE_SPECIES = 1100, SBML_QUAL_TRANSITION = 1101, SBML_QUAL_INPUT = 1102, SBML_QUAL_OUTPUT = 1103, SBML_QUAL_FUNCTION_TERM = 1104, SBML_QUAL_DEFAULT_TERM = 1105 } |
SBMLFbcTypeCode_t Enumeration of possible types in the libSBML “qual” package implementation. More... | |
Definition of QualExtension, the core module of qual package.
#define QUAL_CREATE_NS | ( | variable, | |
sbmlns | |||
) | EXTENSION_CREATE_NS(QualPkgNamespaces,variable,sbmlns); |
enum SBMLQualTypeCode_t |