C# 클래스 libsbml.Parameter

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Parameter ( Parameter orig ) : System
Parameter ( SBMLNamespaces sbmlns ) : System
Parameter ( long level, long version ) : System
clone ( ) : Parameter
getConstant ( ) : bool
getDerivedUnitDefinition ( ) : UnitDefinition
getElementName ( ) : string
getId ( ) : string
getName ( ) : string
getTypeCode ( ) : int
getUnits ( ) : string
getValue ( ) : double
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetConstant ( ) : bool
isSetId ( ) : bool
isSetName ( ) : bool
isSetUnits ( ) : bool
isSetValue ( ) : bool
renameUnitSIdRefs ( string oldid, string newid ) : void
setCalculatingUnits ( bool calculatingUnits ) : void
setConstant ( bool flag ) : int
setId ( string sid ) : int
setName ( string name ) : int
setUnits ( string units ) : int
setValue ( double value ) : int
unsetConstant ( ) : int
unsetName ( ) : int
unsetUnits ( ) : int
unsetValue ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Parameter() 공개 메소드

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

Parameter() 공개 메소드

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

Parameter() 공개 메소드

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

clone() 공개 메소드

public clone ( ) : Parameter
리턴 Parameter

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

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

getUnits() 공개 메소드

public getUnits ( ) : string
리턴 string

getValue() 공개 메소드

public getValue ( ) : double
리턴 double

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

initDefaults() 공개 메소드

public initDefaults ( ) : void
리턴 void

isSetConstant() 공개 메소드

public isSetConstant ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

isSetUnits() 공개 메소드

public isSetUnits ( ) : bool
리턴 bool

isSetValue() 공개 메소드

public isSetValue ( ) : bool
리턴 bool

renameUnitSIdRefs() 공개 메소드

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

setCalculatingUnits() 공개 메소드

public setCalculatingUnits ( bool calculatingUnits ) : void
calculatingUnits bool
리턴 void

setConstant() 공개 메소드

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

setId() 공개 메소드

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

setName() 공개 메소드

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

setUnits() 공개 메소드

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

setValue() 공개 메소드

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

unsetConstant() 공개 메소드

public unsetConstant ( ) : int
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int

unsetUnits() 공개 메소드

public unsetUnits ( ) : int
리턴 int

unsetValue() 공개 메소드

public unsetValue ( ) : int
리턴 int