libSBML C# API  libSBML 5.13.0 C# API
libsbmlcs.ASTBasePlugin Class Reference
Inheritance diagram for libsbmlcs.ASTBasePlugin:
[legend]

Detailed Description

{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
 

Member Function Documentation

§ Dispose()

virtual void libsbmlcs.ASTBasePlugin.Dispose ( )
virtual

§ getElementNamespace()

string libsbmlcs.ASTBasePlugin.getElementNamespace ( )

§ getLevel()

long libsbmlcs.ASTBasePlugin.getLevel ( )

§ getPackageVersion()

long libsbmlcs.ASTBasePlugin.getPackageVersion ( )

§ getParentASTObject()

ASTBase libsbmlcs.ASTBasePlugin.getParentASTObject ( )

§ getURI()

string libsbmlcs.ASTBasePlugin.getURI ( )

§ getVersion()

long libsbmlcs.ASTBasePlugin.getVersion ( )

§ setElementNamespace()

int libsbmlcs.ASTBasePlugin.setElementNamespace ( string  uri)

Member Data Documentation

§ swigCMemOwn

bool libsbmlcs.ASTBasePlugin.swigCMemOwn
protected