C# Class libsbmlcs.Species

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

Public Methods

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

Private Methods

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

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Species() public method

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

Species() public method

public Species ( Species orig ) : System
orig Species
return System

Species() public method

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

clone() public method

public clone ( ) : Species
return Species

getBoundaryCondition() public method

public getBoundaryCondition ( ) : bool
return bool

getCharge() public method

public getCharge ( ) : int
return int

getCompartment() public method

public getCompartment ( ) : string
return string

getConstant() public method

public getConstant ( ) : bool
return bool

getConversionFactor() public method

public getConversionFactor ( ) : string
return string

getDerivedUnitDefinition() public method

public getDerivedUnitDefinition ( ) : UnitDefinition
return UnitDefinition

getElementName() public method

public getElementName ( ) : string
return string

getHasOnlySubstanceUnits() public method

public getHasOnlySubstanceUnits ( ) : bool
return bool

getId() public method

public getId ( ) : string
return string

getInitialAmount() public method

public getInitialAmount ( ) : double
return double

getInitialConcentration() public method

public getInitialConcentration ( ) : double
return double

getName() public method

public getName ( ) : string
return string

getSpatialSizeUnits() public method

public getSpatialSizeUnits ( ) : string
return string

getSpeciesType() public method

public getSpeciesType ( ) : string
return string

getSubstanceUnits() public method

public getSubstanceUnits ( ) : string
return string

getTypeCode() public method

public getTypeCode ( ) : int
return int

getUnits() public method

public getUnits ( ) : string
return string

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

initDefaults() public method

public initDefaults ( ) : void
return void

isSetBoundaryCondition() public method

public isSetBoundaryCondition ( ) : bool
return bool

isSetCharge() public method

public isSetCharge ( ) : bool
return bool

isSetCompartment() public method

public isSetCompartment ( ) : bool
return bool

isSetConstant() public method

public isSetConstant ( ) : bool
return bool

isSetConversionFactor() public method

public isSetConversionFactor ( ) : bool
return bool

isSetHasOnlySubstanceUnits() public method

public isSetHasOnlySubstanceUnits ( ) : bool
return bool

isSetId() public method

public isSetId ( ) : bool
return bool

isSetInitialAmount() public method

public isSetInitialAmount ( ) : bool
return bool

isSetInitialConcentration() public method

public isSetInitialConcentration ( ) : bool
return bool

isSetName() public method

public isSetName ( ) : bool
return bool

isSetSpatialSizeUnits() public method

public isSetSpatialSizeUnits ( ) : bool
return bool

isSetSpeciesType() public method

public isSetSpeciesType ( ) : bool
return bool

isSetSubstanceUnits() public method

public isSetSubstanceUnits ( ) : bool
return bool

isSetUnits() public method

public isSetUnits ( ) : bool
return bool

renameSIdRefs() public method

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

renameUnitSIdRefs() public method

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

setBoundaryCondition() public method

public setBoundaryCondition ( bool value ) : int
value bool
return int

setCharge() public method

public setCharge ( int value ) : int
value int
return int

setCompartment() public method

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

setConstant() public method

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

setConversionFactor() public method

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

setHasOnlySubstanceUnits() public method

public setHasOnlySubstanceUnits ( bool value ) : int
value bool
return int

setId() public method

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

setInitialAmount() public method

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

setInitialConcentration() public method

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

setName() public method

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

setSpatialSizeUnits() public method

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

setSpeciesType() public method

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

setSubstanceUnits() public method

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

setUnits() public method

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

unsetBoundaryCondition() public method

public unsetBoundaryCondition ( ) : int
return int

unsetCharge() public method

public unsetCharge ( ) : int
return int

unsetCompartment() public method

public unsetCompartment ( ) : int
return int

unsetConstant() public method

public unsetConstant ( ) : int
return int

unsetConversionFactor() public method

public unsetConversionFactor ( ) : int
return int

unsetHasOnlySubstanceUnits() public method

public unsetHasOnlySubstanceUnits ( ) : int
return int

unsetInitialAmount() public method

public unsetInitialAmount ( ) : int
return int

unsetInitialConcentration() public method

public unsetInitialConcentration ( ) : int
return int

unsetName() public method

public unsetName ( ) : int
return int

unsetSpatialSizeUnits() public method

public unsetSpatialSizeUnits ( ) : int
return int

unsetSpeciesType() public method

public unsetSpeciesType ( ) : int
return int

unsetSubstanceUnits() public method

public unsetSubstanceUnits ( ) : int
return int

unsetUnits() public method

public unsetUnits ( ) : int
return int