Property | Type | Description | |
---|---|---|---|
swigCMemOwn | bool |
Method | Description | |
---|---|---|
Dispose ( ) : void | ||
addChild ( |
||
addExpectedAttributes ( |
||
clone ( ) : ASTBasePlugin | ||
connectToParent ( ASTBase astbase ) : void | ||
createMath ( int type ) : void | ||
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void | ||
getChild ( long n ) : ASTBase | ||
getElementNamespace ( ) : string | ||
getLevel ( ) : long | ||
getMath ( ) : ASTBase | ||
getNameFromType ( int type ) : string | ||
getNumChildren ( ) : long | ||
getPackageName ( ) : string | ||
getPackageVersion ( ) : long | ||
getParentASTObject ( ) : ASTBase | ||
getPrefix ( ) : string | ||
getSBMLNamespaces ( ) : SBMLNamespaces | ||
getTypeFromName ( string name ) : int | ||
getURI ( ) : string | ||
getVersion ( ) : long | ||
hasCorrectNumberArguments ( int type ) : bool | ||
insertChild ( long n, ASTBase newChild ) : int | ||
isCSymbolFunction ( int type ) : bool | ||
isCSymbolNumber ( int type ) : bool | ||
isConstantNumber ( int type ) : bool | ||
isFunction ( int type ) : bool | ||
isFunctionNode ( int type ) : bool | ||
isLogical ( int type ) : bool | ||
isName ( int type ) : bool | ||
isNumber ( int type ) : bool | ||
isNumberNode ( int type ) : bool | ||
isOperator ( int type ) : bool | ||
isRelational ( int type ) : bool | ||
isSetMath ( ) : bool | ||
isTopLevelMathMLFunctionNodeTag ( string name ) : bool | ||
isTopLevelMathMLNumberNodeTag ( string name ) : bool | ||
isWellFormedNode ( int type ) : bool | ||
prependChild ( ASTBase newChild ) : int | ||
read ( XMLInputStream stream, string reqd_prefix, XMLToken currentElement ) : bool | ||
readAttributes ( XMLAttributes attributes, SWIGTYPE_p_ExpectedAttributes expectedAttributes, XMLInputStream stream, XMLToken element, int type ) : bool | ||
removeChild ( long n ) : int | ||
renameSIdRefs ( string oldid, string newid ) : void | ||
renameUnitSIdRefs ( string oldid, string newid ) : void | ||
replaceChild ( long n, ASTBase newChild, bool delreplaced ) : int | ||
replaceIDWithFunction ( string id, ASTNode function ) : void | ||
representsBinaryFunction ( int type ) : bool | ||
representsNaryFunction ( int type ) : bool | ||
representsQualifier ( int type ) : bool | ||
representsUnaryFunction ( int type ) : bool | ||
setElementNamespace ( string uri ) : int | ||
setPrefix ( string prefix ) : int | ||
setSBMLExtension ( SBMLExtension ext ) : int | ||
stripPackage ( string pkgPrefix, bool flag ) : bool | ||
swapChildren ( SWIGTYPE_p_ASTFunction that ) : int | ||
writeAttributes ( XMLOutputStream stream, int type ) : void | ||
writeXMLNS ( XMLOutputStream stream ) : void |
Method | Description | |
---|---|---|
ASTBasePlugin ( |
||
getCPtr ( ASTBasePlugin obj ) : HandleRef | ||
getCPtrAndDisown ( ASTBasePlugin obj ) : HandleRef |
public addExpectedAttributes ( |
||
attributes | ||
stream | ||
type | int | |
return | void |
public connectToParent ( ASTBase astbase ) : void | ||
astbase | ASTBase | |
return | void |
public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void | ||
pkgURI | string | |
pkgPrefix | string | |
flag | bool | |
return | void |
public getSBMLNamespaces ( ) : SBMLNamespaces | ||
return | SBMLNamespaces |
public hasCorrectNumberArguments ( int type ) : bool | ||
type | int | |
return | bool |
public insertChild ( long n, ASTBase newChild ) : int | ||
n | long | |
newChild | ASTBase | |
return | int |
public isTopLevelMathMLFunctionNodeTag ( string name ) : bool | ||
name | string | |
return | bool |
public isTopLevelMathMLNumberNodeTag ( string name ) : bool | ||
name | string | |
return | bool |
public prependChild ( ASTBase newChild ) : int | ||
newChild | ASTBase | |
return | int |
public read ( XMLInputStream stream, string reqd_prefix, XMLToken currentElement ) : bool | ||
stream | XMLInputStream | |
reqd_prefix | string | |
currentElement | XMLToken | |
return | bool |
public readAttributes ( XMLAttributes attributes, SWIGTYPE_p_ExpectedAttributes expectedAttributes, XMLInputStream stream, XMLToken element, int type ) : bool | ||
attributes | XMLAttributes | |
expectedAttributes | SWIGTYPE_p_ExpectedAttributes | |
stream | XMLInputStream | |
element | XMLToken | |
type | int | |
return | bool |
public renameSIdRefs ( string oldid, string newid ) : void | ||
oldid | string | |
newid | string | |
return | void |
public renameUnitSIdRefs ( string oldid, string newid ) : void | ||
oldid | string | |
newid | string | |
return | void |
public replaceChild ( long n, ASTBase newChild, bool delreplaced ) : int | ||
n | long | |
newChild | ASTBase | |
delreplaced | bool | |
return | int |
public replaceIDWithFunction ( string id, ASTNode function ) : void | ||
id | string | |
function | ASTNode | |
return | void |
public representsBinaryFunction ( int type ) : bool | ||
type | int | |
return | bool |
public representsNaryFunction ( int type ) : bool | ||
type | int | |
return | bool |
public representsQualifier ( int type ) : bool | ||
type | int | |
return | bool |
public representsUnaryFunction ( int type ) : bool | ||
type | int | |
return | bool |
public setElementNamespace ( string uri ) : int | ||
uri | string | |
return | int |
public setSBMLExtension ( SBMLExtension ext ) : int | ||
ext | SBMLExtension | |
return | int |
public stripPackage ( string pkgPrefix, bool flag ) : bool | ||
pkgPrefix | string | |
flag | bool | |
return | bool |
public swapChildren ( SWIGTYPE_p_ASTFunction that ) : int | ||
that | SWIGTYPE_p_ASTFunction | |
return | int |
public writeAttributes ( XMLOutputStream stream, int type ) : void | ||
stream | XMLOutputStream | |
type | int | |
return | void |
public writeXMLNS ( XMLOutputStream stream ) : void | ||
stream | XMLOutputStream | |
return | void |