C# Class libsbml.Priority

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Priority ( Priority orig ) : System
Priority ( SBMLNamespaces sbmlns ) : System
Priority ( long level, long version ) : System
clone ( ) : Priority
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
Priority ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Priority obj ) : HandleRef
getCPtrAndDisown ( Priority obj ) : HandleRef

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Priority() public méthode

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

Priority() public méthode

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

Priority() public méthode

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

clone() public méthode

public clone ( ) : Priority
Résultat Priority

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