C# Class libsbmlcs.Compartment

Inheritance: SBase
Afficher le fichier Open project: sys-bio/libroadrunner-deps Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
Compartment ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Compartment obj ) : HandleRef
getCPtrAndDisown ( Compartment obj ) : HandleRef

Method Details

Compartment() public méthode

public Compartment ( Compartment orig ) : System
orig Compartment
Résultat System

Compartment() public méthode

public Compartment ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
Résultat System

Compartment() public méthode

public Compartment ( long level, long version ) : System
level long
version long
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

clone() public méthode

public clone ( ) : Compartment
Résultat Compartment

getCompartmentType() public méthode

public getCompartmentType ( ) : string
Résultat string

getConstant() public méthode

public getConstant ( ) : bool
Résultat bool

getDerivedUnitDefinition() public méthode

public getDerivedUnitDefinition ( ) : UnitDefinition
Résultat UnitDefinition

getElementName() public méthode

public getElementName ( ) : string
Résultat string

getId() public méthode

public getId ( ) : string
Résultat string

getName() public méthode

public getName ( ) : string
Résultat string

getOutside() public méthode

public getOutside ( ) : string
Résultat string

getSize() public méthode

public getSize ( ) : double
Résultat double

getSpatialDimensions() public méthode

public getSpatialDimensions ( ) : long
Résultat long

getSpatialDimensionsAsDouble() public méthode

public getSpatialDimensionsAsDouble ( ) : double
Résultat double

getTypeCode() public méthode

public getTypeCode ( ) : int
Résultat int

getUnits() public méthode

public getUnits ( ) : string
Résultat string

getVolume() public méthode

public getVolume ( ) : double
Résultat double

hasRequiredAttributes() public méthode

public hasRequiredAttributes ( ) : bool
Résultat bool

initDefaults() public méthode

public initDefaults ( ) : void
Résultat void

isSetCompartmentType() public méthode

public isSetCompartmentType ( ) : bool
Résultat bool

isSetConstant() public méthode

public isSetConstant ( ) : bool
Résultat bool

isSetId() public méthode

public isSetId ( ) : bool
Résultat bool

isSetName() public méthode

public isSetName ( ) : bool
Résultat bool

isSetOutside() public méthode

public isSetOutside ( ) : bool
Résultat bool

isSetSize() public méthode

public isSetSize ( ) : bool
Résultat bool

isSetSpatialDimensions() public méthode

public isSetSpatialDimensions ( ) : bool
Résultat bool

isSetUnits() public méthode

public isSetUnits ( ) : bool
Résultat bool

isSetVolume() public méthode

public isSetVolume ( ) : bool
Résultat bool

renameSIdRefs() public méthode

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

renameUnitSIdRefs() public méthode

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
Résultat void

setCompartmentType() public méthode

public setCompartmentType ( string sid ) : int
sid string
Résultat int

setConstant() public méthode

public setConstant ( bool value ) : int
value bool
Résultat int

setId() public méthode

public setId ( string sid ) : int
sid string
Résultat int

setName() public méthode

public setName ( string name ) : int
name string
Résultat int

setOutside() public méthode

public setOutside ( string sid ) : int
sid string
Résultat int

setSize() public méthode

public setSize ( double value ) : int
value double
Résultat int

setSpatialDimensions() public méthode

public setSpatialDimensions ( double value ) : int
value double
Résultat int

setSpatialDimensions() public méthode

public setSpatialDimensions ( long value ) : int
value long
Résultat int

setUnits() public méthode

public setUnits ( string sid ) : int
sid string
Résultat int

setVolume() public méthode

public setVolume ( double value ) : int
value double
Résultat int

unsetCompartmentType() public méthode

public unsetCompartmentType ( ) : int
Résultat int

unsetConstant() public méthode

public unsetConstant ( ) : int
Résultat int

unsetName() public méthode

public unsetName ( ) : int
Résultat int

unsetOutside() public méthode

public unsetOutside ( ) : int
Résultat int

unsetSize() public méthode

public unsetSize ( ) : int
Résultat int

unsetSpatialDimensions() public méthode

public unsetSpatialDimensions ( ) : int
Résultat int

unsetUnits() public méthode

public unsetUnits ( ) : int
Résultat int

unsetVolume() public méthode

public unsetVolume ( ) : int
Résultat int