C# Class libsbmlcs.Delay

Inheritance: SBase
Exibir arquivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Delay ( Delay orig ) : System
Delay ( SBMLNamespaces sbmlns ) : System
Delay ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : Delay
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

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

Method Details

Delay() public method

public Delay ( Delay orig ) : System
orig Delay
return System

Delay() public method

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

Delay() public method

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

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : Delay
return Delay

containsUndeclaredUnits() public method

public containsUndeclaredUnits ( ) : bool
return bool

getDerivedUnitDefinition() public method

public getDerivedUnitDefinition ( ) : UnitDefinition
return UnitDefinition

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