메소드 |
설명 |
|
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 |
|
|