C# Class libsbml.Trigger

Inheritance: SBase
显示文件 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Trigger() public method

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

Trigger() public method

public Trigger ( Trigger orig ) : System
orig Trigger
return System

Trigger() public method

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

clone() public method

public clone ( ) : Trigger
return Trigger

getElementName() public method

public getElementName ( ) : string
return string

getInitialValue() public method

public getInitialValue ( ) : bool
return bool

getMath() public method

public getMath ( ) : ASTNode
return ASTNode

getPersistent() public method

public getPersistent ( ) : bool
return bool

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

hasRequiredElements() public method

public hasRequiredElements ( ) : bool
return bool

isSetInitialValue() public method

public isSetInitialValue ( ) : bool
return bool

isSetMath() public method

public isSetMath ( ) : bool
return bool

isSetPersistent() public method

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

setInitialValue() public method

public setInitialValue ( bool initialValue ) : int
initialValue bool
return int

setMath() public method

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

setPersistent() public method

public setPersistent ( bool persistent ) : int
persistent bool
return int

unsetInitialValue() public method

public unsetInitialValue ( ) : int
return int

unsetPersistent() public method

public unsetPersistent ( ) : int
return int