C# Class libsbml.Priority

Inheritance: SBase
Datei anzeigen Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

Method Description
Priority ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Priority obj ) : HandleRef
getCPtrAndDisown ( Priority obj ) : HandleRef

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Priority() public method

public Priority ( Priority orig ) : System
orig Priority
return System

Priority() public method

public Priority ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
return System

Priority() public method

public Priority ( long level, long version ) : System
level long
version long
return System

clone() public method

public clone ( ) : Priority
return Priority

getElementName() public method

public getElementName ( ) : string
return string

getMath() public method

public getMath ( ) : ASTNode
return ASTNode

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredElements() public method

public hasRequiredElements ( ) : bool
return bool

isSetMath() public method

public isSetMath ( ) : bool
return bool

removeFromParentAndDelete() public method

public removeFromParentAndDelete ( ) : int
return int

renameSIdRefs() public method

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

renameUnitSIdRefs() public method

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

replaceSIDWithFunction() public method

public replaceSIDWithFunction ( string id, ASTNode function ) : void
id string
function ASTNode
return void

setMath() public method

public setMath ( ASTNode math ) : int
math ASTNode
return int