C# 클래스 libsbmlcs.Compartment

상속: SBase
파일 보기 프로젝트 열기: sys-bio/libroadrunner-deps 1 사용 예제들

공개 메소드들

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

비공개 메소드들

메소드 설명
Compartment ( IntPtr cPtr, bool cMemoryOwn ) : System
getCPtr ( Compartment obj ) : HandleRef
getCPtrAndDisown ( Compartment obj ) : HandleRef

메소드 상세

Compartment() 공개 메소드

public Compartment ( Compartment orig ) : System
orig Compartment
리턴 System

Compartment() 공개 메소드

public Compartment ( SBMLNamespaces sbmlns ) : System
sbmlns SBMLNamespaces
리턴 System

Compartment() 공개 메소드

public Compartment ( long level, long version ) : System
level long
version long
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

clone() 공개 메소드

public clone ( ) : Compartment
리턴 Compartment

getCompartmentType() 공개 메소드

public getCompartmentType ( ) : string
리턴 string

getConstant() 공개 메소드

public getConstant ( ) : bool
리턴 bool

getDerivedUnitDefinition() 공개 메소드

public getDerivedUnitDefinition ( ) : UnitDefinition
리턴 UnitDefinition

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getId() 공개 메소드

public getId ( ) : string
리턴 string

getName() 공개 메소드

public getName ( ) : string
리턴 string

getOutside() 공개 메소드

public getOutside ( ) : string
리턴 string

getSize() 공개 메소드

public getSize ( ) : double
리턴 double

getSpatialDimensions() 공개 메소드

public getSpatialDimensions ( ) : long
리턴 long

getSpatialDimensionsAsDouble() 공개 메소드

public getSpatialDimensionsAsDouble ( ) : double
리턴 double

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

getUnits() 공개 메소드

public getUnits ( ) : string
리턴 string

getVolume() 공개 메소드

public getVolume ( ) : double
리턴 double

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

initDefaults() 공개 메소드

public initDefaults ( ) : void
리턴 void

isSetCompartmentType() 공개 메소드

public isSetCompartmentType ( ) : bool
리턴 bool

isSetConstant() 공개 메소드

public isSetConstant ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

isSetOutside() 공개 메소드

public isSetOutside ( ) : bool
리턴 bool

isSetSize() 공개 메소드

public isSetSize ( ) : bool
리턴 bool

isSetSpatialDimensions() 공개 메소드

public isSetSpatialDimensions ( ) : bool
리턴 bool

isSetUnits() 공개 메소드

public isSetUnits ( ) : bool
리턴 bool

isSetVolume() 공개 메소드

public isSetVolume ( ) : bool
리턴 bool

renameSIdRefs() 공개 메소드

public renameSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

renameUnitSIdRefs() 공개 메소드

public renameUnitSIdRefs ( string oldid, string newid ) : void
oldid string
newid string
리턴 void

setCompartmentType() 공개 메소드

public setCompartmentType ( string sid ) : int
sid string
리턴 int

setConstant() 공개 메소드

public setConstant ( bool value ) : int
value bool
리턴 int

setId() 공개 메소드

public setId ( string sid ) : int
sid string
리턴 int

setName() 공개 메소드

public setName ( string name ) : int
name string
리턴 int

setOutside() 공개 메소드

public setOutside ( string sid ) : int
sid string
리턴 int

setSize() 공개 메소드

public setSize ( double value ) : int
value double
리턴 int

setSpatialDimensions() 공개 메소드

public setSpatialDimensions ( double value ) : int
value double
리턴 int

setSpatialDimensions() 공개 메소드

public setSpatialDimensions ( long value ) : int
value long
리턴 int

setUnits() 공개 메소드

public setUnits ( string sid ) : int
sid string
리턴 int

setVolume() 공개 메소드

public setVolume ( double value ) : int
value double
리턴 int

unsetCompartmentType() 공개 메소드

public unsetCompartmentType ( ) : int
리턴 int

unsetConstant() 공개 메소드

public unsetConstant ( ) : int
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int

unsetOutside() 공개 메소드

public unsetOutside ( ) : int
리턴 int

unsetSize() 공개 메소드

public unsetSize ( ) : int
리턴 int

unsetSpatialDimensions() 공개 메소드

public unsetSpatialDimensions ( ) : int
리턴 int

unsetUnits() 공개 메소드

public unsetUnits ( ) : int
리턴 int

unsetVolume() 공개 메소드

public unsetVolume ( ) : int
리턴 int