C# Class libsbml.SpeciesReference

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

Méthodes publiques

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

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

SpeciesReference() public méthode

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

SpeciesReference() public méthode

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

SpeciesReference() public méthode

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

appendAnnotation() public méthode

public appendAnnotation ( XMLNode annotation ) : int
annotation XMLNode
Résultat int

appendAnnotation() public méthode

public appendAnnotation ( string annotation ) : int
annotation string
Résultat int

clone() public méthode

public clone ( ) : SpeciesReference
Résultat SpeciesReference

createStoichiometryMath() public méthode

public createStoichiometryMath ( ) : StoichiometryMath
Résultat StoichiometryMath

getConstant() public méthode

public getConstant ( ) : bool
Résultat bool

getDenominator() public méthode

public getDenominator ( ) : int
Résultat int

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getStoichiometry() public méthode

public getStoichiometry ( ) : double
Résultat double

getStoichiometryMath() public méthode

public getStoichiometryMath ( ) : StoichiometryMath
Résultat StoichiometryMath

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

initDefaults() public méthode

public initDefaults ( ) : void
Résultat void

isSetConstant() public méthode

public isSetConstant ( ) : bool
Résultat bool

isSetStoichiometry() public méthode

public isSetStoichiometry ( ) : bool
Résultat bool

isSetStoichiometryMath() public méthode

public isSetStoichiometryMath ( ) : bool
Résultat bool

setAnnotation() public méthode

public setAnnotation ( XMLNode annotation ) : int
annotation XMLNode
Résultat int

setAnnotation() public méthode

public setAnnotation ( string annotation ) : int
annotation string
Résultat int

setConstant() public méthode

public setConstant ( bool flag ) : int
flag bool
Résultat int

setDenominator() public méthode

public setDenominator ( int value ) : int
value int
Résultat int

setStoichiometry() public méthode

public setStoichiometry ( double value ) : int
value double
Résultat int

setStoichiometryMath() public méthode

public setStoichiometryMath ( StoichiometryMath math ) : int
math StoichiometryMath
Résultat int

unsetConstant() public méthode

public unsetConstant ( ) : int
Résultat int

unsetStoichiometry() public méthode

public unsetStoichiometry ( ) : int
Résultat int

unsetStoichiometryMath() public méthode

public unsetStoichiometryMath ( ) : int
Résultat int