C# Class libsbml.Delay

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

Méthodes publiques

Méthode 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

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

Method Details

Delay() public méthode

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

Delay() public méthode

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

Delay() public méthode

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

Dispose() public méthode

public Dispose ( ) : void
Résultat void

clone() public méthode

public clone ( ) : Delay
Résultat Delay

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