C# Class libsbmlcs.Trigger

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Trigger ( SBMLNamespaces sbmlns ) : System
Trigger ( Trigger orig ) : System
Trigger ( long level, long version ) : System
clone ( ) : Trigger
getElementName ( ) : string
getInitialValue ( ) : bool
getMath ( ) : ASTNode
getPersistent ( ) : bool
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
hasRequiredElements ( ) : bool
isSetInitialValue ( ) : bool
isSetMath ( ) : bool
isSetPersistent ( ) : bool
removeFromParentAndDelete ( ) : int
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
replaceSIDWithFunction ( string id, ASTNode function ) : void
setInitialValue ( bool initialValue ) : int
setMath ( ASTNode math ) : int
setPersistent ( bool persistent ) : int
unsetInitialValue ( ) : int
unsetPersistent ( ) : int

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Trigger() public méthode

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

Trigger() public méthode

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

Trigger() public méthode

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

clone() public méthode

public clone ( ) : Trigger
Résultat Trigger

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getInitialValue() public méthode

public getInitialValue ( ) : bool
Résultat bool

getMath() public méthode

public getMath ( ) : ASTNode
Résultat ASTNode

getPersistent() public méthode

public getPersistent ( ) : bool
Résultat bool

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

hasRequiredElements() public méthode

public hasRequiredElements ( ) : bool
Résultat bool

isSetInitialValue() public méthode

public isSetInitialValue ( ) : bool
Résultat bool

isSetMath() public méthode

public isSetMath ( ) : bool
Résultat bool

isSetPersistent() public méthode

public isSetPersistent ( ) : 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

setInitialValue() public méthode

public setInitialValue ( bool initialValue ) : int
initialValue bool
Résultat int

setMath() public méthode

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

setPersistent() public méthode

public setPersistent ( bool persistent ) : int
persistent bool
Résultat int

unsetInitialValue() public méthode

public unsetInitialValue ( ) : int
Résultat int

unsetPersistent() public méthode

public unsetPersistent ( ) : int
Résultat int