C# Class libsbmlcs.Parameter

Inheritance: SBase
ファイルを表示 Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method 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

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Parameter() public method

public Parameter ( Parameter orig ) : System
orig Parameter
return System

Parameter() public method

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

Parameter() public method

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

clone() public method

public clone ( ) : Parameter
return Parameter

getConstant() public method

public getConstant ( ) : bool
return bool

getDerivedUnitDefinition() public method

public getDerivedUnitDefinition ( ) : UnitDefinition
return UnitDefinition

getElementName() public method

public getElementName ( ) : string
return string

getId() public method

public getId ( ) : string
return string

getName() public method

public getName ( ) : string
return string

getTypeCode() public method

public getTypeCode ( ) : int
return int

getUnits() public method

public getUnits ( ) : string
return string

getValue() public method

public getValue ( ) : double
return double

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

initDefaults() public method

public initDefaults ( ) : void
return void

isSetConstant() public method

public isSetConstant ( ) : bool
return bool

isSetId() public method

public isSetId ( ) : bool
return bool

isSetName() public method

public isSetName ( ) : bool
return bool

isSetUnits() public method

public isSetUnits ( ) : bool
return bool

isSetValue() public method

public isSetValue ( ) : bool
return bool

renameUnitSIdRefs() public method

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
return void

setCalculatingUnits() public method

public setCalculatingUnits ( bool calculatingUnits ) : void
calculatingUnits bool
return void

setConstant() public method

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

setId() public method

public setId ( string sid ) : int
sid string
return int

setName() public method

public setName ( string name ) : int
name string
return int

setUnits() public method

public setUnits ( string units ) : int
units string
return int

setValue() public method

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

unsetConstant() public method

public unsetConstant ( ) : int
return int

unsetName() public method

public unsetName ( ) : int
return int

unsetUnits() public method

public unsetUnits ( ) : int
return int

unsetValue() public method

public unsetValue ( ) : int
return int