C# Class libsbml.SpeciesReference

Inheritance: SimpleSpeciesReference
Mostrar archivo Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
SpeciesReference ( SBMLNamespaces sbmlns ) : System
SpeciesReference ( SpeciesReference orig ) : System
SpeciesReference ( long level, long version ) : System
appendAnnotation ( XMLNode annotation ) : int
appendAnnotation ( string annotation ) : int
clone ( ) : SpeciesReference
createStoichiometryMath ( ) : StoichiometryMath
getConstant ( ) : bool
getDenominator ( ) : int
getElementName ( ) : string
getStoichiometry ( ) : double
getStoichiometryMath ( ) : StoichiometryMath
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetConstant ( ) : bool
isSetStoichiometry ( ) : bool
isSetStoichiometryMath ( ) : bool
setAnnotation ( XMLNode annotation ) : int
setAnnotation ( string annotation ) : int
setConstant ( bool flag ) : int
setDenominator ( int value ) : int
setStoichiometry ( double value ) : int
setStoichiometryMath ( StoichiometryMath math ) : int
unsetConstant ( ) : int
unsetStoichiometry ( ) : int
unsetStoichiometryMath ( ) : int

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

SpeciesReference() public method

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

SpeciesReference() public method

public SpeciesReference ( SpeciesReference orig ) : System
orig SpeciesReference
return System

SpeciesReference() public method

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

appendAnnotation() public method

public appendAnnotation ( XMLNode annotation ) : int
annotation XMLNode
return int

appendAnnotation() public method

public appendAnnotation ( string annotation ) : int
annotation string
return int

clone() public method

public clone ( ) : SpeciesReference
return SpeciesReference

createStoichiometryMath() public method

public createStoichiometryMath ( ) : StoichiometryMath
return StoichiometryMath

getConstant() public method

public getConstant ( ) : bool
return bool

getDenominator() public method

public getDenominator ( ) : int
return int

getElementName() public method

public getElementName ( ) : string
return string

getStoichiometry() public method

public getStoichiometry ( ) : double
return double

getStoichiometryMath() public method

public getStoichiometryMath ( ) : StoichiometryMath
return StoichiometryMath

getTypeCode() public method

public getTypeCode ( ) : int
return int

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

initDefaults() public method

public initDefaults ( ) : void
return void

isSetConstant() public method

public isSetConstant ( ) : bool
return bool

isSetStoichiometry() public method

public isSetStoichiometry ( ) : bool
return bool

isSetStoichiometryMath() public method

public isSetStoichiometryMath ( ) : bool
return bool

setAnnotation() public method

public setAnnotation ( XMLNode annotation ) : int
annotation XMLNode
return int

setAnnotation() public method

public setAnnotation ( string annotation ) : int
annotation string
return int

setConstant() public method

public setConstant ( bool flag ) : int
flag bool
return int

setDenominator() public method

public setDenominator ( int value ) : int
value int
return int

setStoichiometry() public method

public setStoichiometry ( double value ) : int
value double
return int

setStoichiometryMath() public method

public setStoichiometryMath ( StoichiometryMath math ) : int
math StoichiometryMath
return int

unsetConstant() public method

public unsetConstant ( ) : int
return int

unsetStoichiometry() public method

public unsetStoichiometry ( ) : int
return int

unsetStoichiometryMath() public method

public unsetStoichiometryMath ( ) : int
return int