Method |
Description |
|
Dispose ( ) : void |
|
|
Species ( SBMLNamespaces sbmlns ) : System |
|
|
Species ( Species orig ) : System |
|
|
Species ( long level, long version ) : System |
|
|
clone ( ) : Species |
|
|
getBoundaryCondition ( ) : bool |
|
|
getCharge ( ) : int |
|
|
getCompartment ( ) : string |
|
|
getConstant ( ) : bool |
|
|
getConversionFactor ( ) : string |
|
|
getDerivedUnitDefinition ( ) : UnitDefinition |
|
|
getElementName ( ) : string |
|
|
getHasOnlySubstanceUnits ( ) : bool |
|
|
getId ( ) : string |
|
|
getInitialAmount ( ) : double |
|
|
getInitialConcentration ( ) : double |
|
|
getName ( ) : string |
|
|
getSpatialSizeUnits ( ) : string |
|
|
getSpeciesType ( ) : string |
|
|
getSubstanceUnits ( ) : string |
|
|
getTypeCode ( ) : int |
|
|
getUnits ( ) : string |
|
|
hasRequiredAttributes ( ) : bool |
|
|
initDefaults ( ) : void |
|
|
isSetBoundaryCondition ( ) : bool |
|
|
isSetCharge ( ) : bool |
|
|
isSetCompartment ( ) : bool |
|
|
isSetConstant ( ) : bool |
|
|
isSetConversionFactor ( ) : bool |
|
|
isSetHasOnlySubstanceUnits ( ) : bool |
|
|
isSetId ( ) : bool |
|
|
isSetInitialAmount ( ) : bool |
|
|
isSetInitialConcentration ( ) : bool |
|
|
isSetName ( ) : bool |
|
|
isSetSpatialSizeUnits ( ) : bool |
|
|
isSetSpeciesType ( ) : bool |
|
|
isSetSubstanceUnits ( ) : bool |
|
|
isSetUnits ( ) : bool |
|
|
renameSIdRefs ( string oldid, string newid ) : void |
|
|
renameUnitSIdRefs ( string oldid, string newid ) : void |
|
|
setBoundaryCondition ( bool value ) : int |
|
|
setCharge ( int value ) : int |
|
|
setCompartment ( string sid ) : int |
|
|
setConstant ( bool value ) : int |
|
|
setConversionFactor ( string sid ) : int |
|
|
setHasOnlySubstanceUnits ( bool value ) : int |
|
|
setId ( string sid ) : int |
|
|
setInitialAmount ( double value ) : int |
|
|
setInitialConcentration ( double value ) : int |
|
|
setName ( string name ) : int |
|
|
setSpatialSizeUnits ( string sid ) : int |
|
|
setSpeciesType ( string sid ) : int |
|
|
setSubstanceUnits ( string sid ) : int |
|
|
setUnits ( string sname ) : int |
|
|
unsetBoundaryCondition ( ) : int |
|
|
unsetCharge ( ) : int |
|
|
unsetCompartment ( ) : int |
|
|
unsetConstant ( ) : int |
|
|
unsetConversionFactor ( ) : int |
|
|
unsetHasOnlySubstanceUnits ( ) : int |
|
|
unsetInitialAmount ( ) : int |
|
|
unsetInitialConcentration ( ) : int |
|
|
unsetName ( ) : int |
|
|
unsetSpatialSizeUnits ( ) : int |
|
|
unsetSpeciesType ( ) : int |
|
|
unsetSubstanceUnits ( ) : int |
|
|
unsetUnits ( ) : int |
|
|