C# Class libsbmlcs.Compartment

Inheritance: SBase
Mostra file Open project: sys-bio/libroadrunner-deps Class Usage Examples

Public Methods

Method Description
Compartment ( Compartment orig ) : System
Compartment ( SBMLNamespaces sbmlns ) : System
Compartment ( long level, long version ) : System
Dispose ( ) : void
clone ( ) : Compartment
getCompartmentType ( ) : string
getConstant ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getId ( ) : string
getName ( ) : string
getOutside ( ) : string
getSize ( ) : double
getSpatialDimensions ( ) : long
getSpatialDimensionsAsDouble ( ) : double
getTypeCode ( ) : int
getUnits ( ) : string
getVolume ( ) : double
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetCompartmentType ( ) : bool
isSetConstant ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
isSetOutside ( ) : bool
isSetSize ( ) : bool
isSetSpatialDimensions ( ) : bool
isSetUnits ( ) : bool
isSetVolume ( ) : bool
renameSIdRefs ( string oldid, string newid ) : void
renameUnitSIdRefs ( string oldid, string newid ) : void
setCompartmentType ( string sid ) : int
setConstant ( bool value ) : int
setId ( string sid ) : int
setName ( string name ) : int
setOutside ( string sid ) : int
setSize ( double value ) : int
setSpatialDimensions ( double value ) : int
setSpatialDimensions ( long value ) : int
setUnits ( string sid ) : int
setVolume ( double value ) : int
unsetCompartmentType ( ) : int
unsetConstant ( ) : int
unsetName ( ) : int
unsetOutside ( ) : int
unsetSize ( ) : int
unsetSpatialDimensions ( ) : int
unsetUnits ( ) : int
unsetVolume ( ) : int

Private Methods

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

Method Details

Compartment() public method

public Compartment ( Compartment orig ) : System
orig Compartment
return System

Compartment() public method

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

Compartment() public method

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

Dispose() public method

public Dispose ( ) : void
return void

clone() public method

public clone ( ) : Compartment
return Compartment

getCompartmentType() public method

public getCompartmentType ( ) : string
return string

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

getOutside() public method

public getOutside ( ) : string
return string

getSize() public method

public getSize ( ) : double
return double

getSpatialDimensions() public method

public getSpatialDimensions ( ) : long
return long

getSpatialDimensionsAsDouble() public method

public getSpatialDimensionsAsDouble ( ) : double
return double

getTypeCode() public method

public getTypeCode ( ) : int
return int

getUnits() public method

public getUnits ( ) : string
return string

getVolume() public method

public getVolume ( ) : double
return double

hasRequiredAttributes() public method

public hasRequiredAttributes ( ) : bool
return bool

initDefaults() public method

public initDefaults ( ) : void
return void

isSetCompartmentType() public method

public isSetCompartmentType ( ) : bool
return bool

isSetConstant() public method

public isSetConstant ( ) : bool
return bool

isSetId() public method

public isSetId ( ) : bool
return bool

isSetName() public method

public isSetName ( ) : bool
return bool

isSetOutside() public method

public isSetOutside ( ) : bool
return bool

isSetSize() public method

public isSetSize ( ) : bool
return bool

isSetSpatialDimensions() public method

public isSetSpatialDimensions ( ) : bool
return bool

isSetUnits() public method

public isSetUnits ( ) : bool
return bool

isSetVolume() public method

public isSetVolume ( ) : 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

setCompartmentType() public method

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

setConstant() public method

public setConstant ( bool value ) : int
value 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

setOutside() public method

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

setSize() public method

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

setSpatialDimensions() public method

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

setSpatialDimensions() public method

public setSpatialDimensions ( long value ) : int
value long
return int

setUnits() public method

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

setVolume() public method

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

unsetCompartmentType() public method

public unsetCompartmentType ( ) : int
return int

unsetConstant() public method

public unsetConstant ( ) : int
return int

unsetName() public method

public unsetName ( ) : int
return int

unsetOutside() public method

public unsetOutside ( ) : int
return int

unsetSize() public method

public unsetSize ( ) : int
return int

unsetSpatialDimensions() public method

public unsetSpatialDimensions ( ) : int
return int

unsetUnits() public method

public unsetUnits ( ) : int
return int

unsetVolume() public method

public unsetVolume ( ) : int
return int