libSBML C# API
libSBML 5.13.0 C# API
|
{core}
Base class for extensions that plug into AST classes.This class of objects is defined by libSBML only and has no direct equivalent in terms of SBML components. This class is not prescribed by the SBML specifications, although it is used to implement features defined in SBML.
Public Member Functions | |
virtual void | Dispose () |
string | getElementNamespace () |
long | getLevel () |
long | getPackageVersion () |
ASTBase | getParentASTObject () |
string | getURI () |
long | getVersion () |
int | setElementNamespace (string uri) |
Protected Attributes | |
bool | swigCMemOwn |
|
virtual |
string libsbmlcs.ASTBasePlugin.getElementNamespace | ( | ) |
long libsbmlcs.ASTBasePlugin.getLevel | ( | ) |
long libsbmlcs.ASTBasePlugin.getPackageVersion | ( | ) |
ASTBase libsbmlcs.ASTBasePlugin.getParentASTObject | ( | ) |
string libsbmlcs.ASTBasePlugin.getURI | ( | ) |
long libsbmlcs.ASTBasePlugin.getVersion | ( | ) |
int libsbmlcs.ASTBasePlugin.setElementNamespace | ( | string | uri | ) |
|
protected |