C# Class libsbml.StoichiometryMath

Inheritance: SBase
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode Description
Dispose ( ) : void
StoichiometryMath ( SBMLNamespaces sbmlns ) : System
StoichiometryMath ( StoichiometryMath orig ) : System
StoichiometryMath ( long level, long version ) : System
clone ( ) : StoichiometryMath
containsUndeclaredUnits ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getMath ( ) : ASTNode
getTypeCode ( ) : int
hasRequiredElements ( ) : bool
isSetMath ( ) : bool
removeFromParentAndDelete ( ) : int
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setMath ( ASTNode math ) : int

Private Methods

Méthode Description
StoichiometryMath ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( StoichiometryMath obj ) : HandleRef
getCPtrAndDisown ( StoichiometryMath obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

StoichiometryMath() public méthode

public StoichiometryMath ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

StoichiometryMath() public méthode

public StoichiometryMath ( StoichiometryMath orig ) : System
orig StoichiometryMath
Résultat System

StoichiometryMath() public méthode

public StoichiometryMath ( long level, long version ) : System
level long
version long
Résultat System

clone() public méthode

public clone ( ) : StoichiometryMath
Résultat StoichiometryMath

containsUndeclaredUnits() public méthode

public containsUndeclaredUnits ( ) : bool
Résultat bool

getDerivedUnitDefinition() public méthode

public getDerivedUnitDefinition ( ) : UnitDefinition
Résultat UnitDefinition

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getMath() public méthode

public getMath ( ) : ASTNode
Résultat ASTNode

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredElements() public méthode

public hasRequiredElements ( ) : bool
Résultat bool

isSetMath() public méthode

public isSetMath ( ) : bool
Résultat bool

removeFromParentAndDelete() public méthode

public removeFromParentAndDelete ( ) : int
Résultat int

renameSIdRefs() public méthode

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

renameUnitSIdRefs() public méthode

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

replaceSIDWithFunction() public méthode

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
Résultat void

setMath() public méthode

public setMath ( ASTNode math ) : int
math ASTNode
Résultat int