libSBML C++ API
libSBML 5.13.0 C++ API
|
Definition of GroupsExtension. More...
Classes | |
class | GroupsExtension |
{groups} More... | |
Macros | |
#define | GROUPS_CREATE_NS(variable, sbmlns) EXTENSION_CREATE_NS(GroupsPkgNamespaces, variable, sbmlns); |
Typedefs | |
typedef SBMLExtensionNamespaces< GroupsExtension > | GroupsPkgNamespaces |
Required typedef definitions. More... | |
Enumerations | |
enum | GroupKind_t { GROUP_KIND_CLASSIFICATION, GROUP_KIND_PARTONOMY, GROUP_KIND_COLLECTION, GROUP_KIND_UNKNOWN } |
Enumeration of values permitted as the value of the "kind" attribute on Group objects. More... | |
enum | SBMLGroupsTypeCode_t { SBML_GROUPS_MEMBER = 500, SBML_GROUPS_GROUP = 501 } |
SBMLGroupsTypeCode_t Enumeration of possible types in the libSBML “groups” package implementation. More... | |
Functions | |
GroupKind_t | GroupKind_fromString (const char *code) |
int | GroupKind_isValid (GroupKind_t gk) |
int | GroupKind_isValidString (const char *code) |
const char * | GroupKind_toString (GroupKind_t gk) |
Definition of GroupsExtension.
#define GROUPS_CREATE_NS | ( | variable, | |
sbmlns | |||
) | EXTENSION_CREATE_NS(GroupsPkgNamespaces, variable, sbmlns); |
Required typedef definitions.
GroupsPkgNamespace is derived from SBMLNamespaces class and used when creating an object of SBase derived classes defined in the groups package
SBMLExtensionNamespaces<GroupsExtension> must be instantiated in GroupsExtension.cpp for DLL
enum GroupKind_t |
Enumeration of values permitted as the value of the "kind" attribute on Group objects.
enum SBMLGroupsTypeCode_t |
SBMLGroupsTypeCode_t Enumeration of possible types in the libSBML “groups” package implementation.
SBML_
. The set of possible type codes for core elements is defined in the enumeration SBMLTypeCode_t, and in addition, libSBML plug-ins for SBML Level 3 packages define their own extra enumerations of type codes (e.g., SBMLLayoutTypeCode_t for the Level 3 Layout package). 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_GROUPS_MEMBER | |
SBML_GROUPS_GROUP |
GroupKind_t GroupKind_fromString | ( | const char * | code | ) |
int GroupKind_isValid | ( | GroupKind_t | gk | ) |
int GroupKind_isValidString | ( | const char * | code | ) |
const char* GroupKind_toString | ( | GroupKind_t | gk | ) |