C# Class libsbmlcs.Parameter

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
Parameter ( Parameter orig ) : System
Parameter ( SBMLNamespaces sbmlns ) : System
Parameter ( long level, long version ) : System
clone ( ) : Parameter
getConstant ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getId ( ) : string
getName ( ) : string
getTypeCode ( ) : int
getUnits ( ) : string
getValue ( ) : double
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetConstant ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
isSetUnits ( ) : bool
isSetValue ( ) : bool
renameUnitSIdRefs ( string oldid, string newid ) : void
setCalculatingUnits ( bool calculatingUnits ) : void
setConstant ( bool flag ) : int
setId ( string sid ) : int
setName ( string name ) : int
setUnits ( string units ) : int
setValue ( double value ) : int
unsetConstant ( ) : int
unsetName ( ) : int
unsetUnits ( ) : int
unsetValue ( ) : int

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Parameter() public méthode

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

Parameter() public méthode

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

Parameter() public méthode

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

clone() public méthode

public clone ( ) : Parameter
Résultat Parameter

getConstant() public méthode

public getConstant ( ) : bool
Résultat bool

getDerivedUnitDefinition() public méthode

public getDerivedUnitDefinition ( ) : UnitDefinition
Résultat UnitDefinition

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

getUnits() public méthode

public getUnits ( ) : string
Résultat string

getValue() public méthode

public getValue ( ) : double
Résultat double

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

isSetId() public méthode

public isSetId ( ) : bool
Résultat bool

isSetName() public méthode

public isSetName ( ) : bool
Résultat bool

isSetUnits() public méthode

public isSetUnits ( ) : bool
Résultat bool

isSetValue() public méthode

public isSetValue ( ) : bool
Résultat bool

renameUnitSIdRefs() public méthode

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

setCalculatingUnits() public méthode

public setCalculatingUnits ( bool calculatingUnits ) : void
calculatingUnits bool
Résultat void

setConstant() public méthode

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

setId() public méthode

public setId ( string sid ) : int
sid string
Résultat int

setName() public méthode

public setName ( string name ) : int
name string
Résultat int

setUnits() public méthode

public setUnits ( string units ) : int
units string
Résultat int

setValue() public méthode

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

unsetConstant() public méthode

public unsetConstant ( ) : int
Résultat int

unsetName() public méthode

public unsetName ( ) : int
Résultat int

unsetUnits() public méthode

public unsetUnits ( ) : int
Résultat int

unsetValue() public méthode

public unsetValue ( ) : int
Résultat int