Method |
Description |
|
ASTNode ( ) : System |
|
|
ASTNode ( ASTNode orig ) : System |
|
|
ASTNode ( SBMLNamespaces sbmlns ) : System |
|
|
ASTNode ( SBMLNamespaces sbmlns, int type ) : System |
|
|
ASTNode ( int type ) : System |
|
|
Dispose ( ) : void |
|
|
Equals ( Object sb ) : bool |
|
|
GetHashCode ( ) : int |
|
|
addChild ( ASTNode disownedChild ) : int |
|
|
addSemanticsAnnotation ( XMLNode disownedAnnotation ) : int |
|
|
canonicalize ( ) : bool |
|
|
deepCopy ( ) : ASTBase |
|
|
freeName ( ) : int |
|
|
getCharacter ( ) : char |
|
|
getChild ( long n ) : ASTNode |
|
|
getClass ( ) : string |
|
|
getDefinitionURL ( ) : XMLAttributes |
|
|
getDefinitionURLString ( ) : string |
|
|
getDenominator ( ) : int |
|
|
getExponent ( ) : int |
|
|
getExtendedType ( ) : int |
|
|
getId ( ) : string |
|
|
getInteger ( ) : int |
|
|
getLeftChild ( ) : ASTNode |
|
|
getListOfNodes ( ) : ASTNodeList |
|
|
getMantissa ( ) : double |
|
|
getName ( ) : string |
|
|
getNumBvars ( ) : long |
|
|
getNumChildren ( ) : long |
|
|
getNumPiece ( ) : long |
|
|
getNumSemanticsAnnotations ( ) : long |
|
|
getNumerator ( ) : int |
|
|
getOperatorName ( ) : string |
|
|
getPackageName ( ) : string |
|
|
getParentSBMLObject ( ) : SBase |
|
|
getPlugin ( long n ) : ASTBasePlugin |
|
|
getPlugin ( string package ) : ASTBasePlugin |
|
|
getPrecedence ( ) : int |
|
|
getReal ( ) : double |
|
|
getRightChild ( ) : ASTNode |
|
|
getSemanticsAnnotation ( long n ) : XMLNode |
|
|
getStyle ( ) : string |
|
|
getType ( ) : int |
|
|
getTypeCode ( ) : int |
|
|
getUnits ( ) : string |
|
|
getValue ( ) : double |
|
|
hasCorrectNumberArguments ( ) : bool |
|
|
hasTypeAndNumChildren ( int type, long numchildren ) : int |
|
|
hasUnits ( ) : bool |
|
|
insertChild ( long n, ASTNode disownedChild ) : int |
|
|
isAvogadro ( ) : bool |
|
|
isBoolean ( ) : bool |
|
|
isConstant ( ) : bool |
|
|
isFunction ( ) : bool |
|
|
isInfinity ( ) : bool |
|
|
isInteger ( ) : bool |
|
|
isLambda ( ) : bool |
|
|
isLog10 ( ) : bool |
|
|
isLogical ( ) : bool |
|
|
isNaN ( ) : bool |
|
|
isName ( ) : bool |
|
|
isNegInfinity ( ) : bool |
|
|
isNumber ( ) : bool |
|
|
isOperator ( ) : bool |
|
|
isPiecewise ( ) : bool |
|
|
isQualifier ( ) : bool |
|
|
isRational ( ) : bool |
|
|
isReal ( ) : bool |
|
|
isRelational ( ) : bool |
|
|
isSemantics ( ) : bool |
|
|
isSetClass ( ) : bool |
|
|
isSetId ( ) : bool |
|
|
isSetParentSBMLObject ( ) : bool |
|
|
isSetStyle ( ) : bool |
|
|
isSetUnits ( ) : bool |
|
|
isSetUserData ( ) : bool |
|
|
isSqrt ( ) : bool |
|
|
isUMinus ( ) : bool |
|
|
isUPlus ( ) : bool |
|
|
isUnknown ( ) : bool |
|
|
isWellFormedASTNode ( ) : bool |
|
|
operator ( ) : bool |
|
|
prependChild ( ASTNode disownedChild ) : int |
|
|
read ( XMLInputStream stream ) : bool |
|
|
read ( XMLInputStream stream, string reqd_prefix ) : bool |
|
|
reduceToBinary ( ) : void |
|
|
removeChild ( long n ) : int |
|
|
renameSIdRefs ( string oldid, string newid ) : void |
|
|
renameUnitSIdRefs ( string oldid, string newid ) : void |
|
|
replaceArgument ( string bvar, ASTNode arg ) : void |
|
|
replaceChild ( long n, ASTNode disownedChild ) : int |
|
|
replaceChild ( long n, ASTNode disownedChild, bool delreplaced ) : int |
|
|
replaceIDWithFunction ( string id, ASTNode function ) : void |
|
|
representsBvar ( ) : bool |
|
|
returnsBoolean ( ) : bool |
|
|
returnsBoolean ( Model model ) : bool |
|
|
setCharacter ( char value ) : int |
|
|
setClass ( string className ) : int |
|
|
setDefinitionURL ( XMLAttributes url ) : int |
|
|
setDefinitionURL ( string url ) : int |
|
|
setId ( string id ) : int |
|
|
setIsChildFlag ( bool flag ) : void |
|
|
setName ( string name ) : int |
|
|
setStyle ( string style ) : int |
|
|
setType ( int type ) : int |
|
|
setUnits ( string units ) : int |
|
|
setValue ( double value ) : int |
|
|
setValue ( double mantissa, int exponent ) : int |
|
|
setValue ( int value ) : int |
|
|
setValue ( int numerator, int denominator ) : int |
|
|
swapChildren ( ASTNode that ) : int |
|
|
unsetClass ( ) : int |
|
|
unsetId ( ) : int |
|
|
unsetParentSBMLObject ( ) : int |
|
|
unsetStyle ( ) : int |
|
|
unsetUnits ( ) : int |
|
|
unsetUserData ( ) : int |
|
|
write ( XMLOutputStream stream ) : void |
|
|
writeNodeOfType ( XMLOutputStream stream, int type ) : void |
|
|
writeNodeOfType ( XMLOutputStream stream, int type, bool inChildNode ) : void |
|
|