C# 클래스 libsbmlcs.SpeciesReference

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

공개 메소드들

메소드 설명
Dispose ( ) : void
SpeciesReference ( SBMLNamespaces sbmlns ) : System
SpeciesReference ( SpeciesReference orig ) : System
SpeciesReference ( long level, long version ) : System
appendAnnotation ( XMLNode annotation ) : int
appendAnnotation ( string annotation ) : int
clone ( ) : SpeciesReference
createStoichiometryMath ( ) : StoichiometryMath
getConstant ( ) : bool
getDenominator ( ) : int
getElementName ( ) : string
getStoichiometry ( ) : double
getStoichiometryMath ( ) : StoichiometryMath
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetConstant ( ) : bool
isSetStoichiometry ( ) : bool
isSetStoichiometryMath ( ) : bool
setAnnotation ( XMLNode annotation ) : int
setAnnotation ( string annotation ) : int
setConstant ( bool flag ) : int
setDenominator ( int value ) : int
setStoichiometry ( double value ) : int
setStoichiometryMath ( StoichiometryMath math ) : int
unsetConstant ( ) : int
unsetStoichiometry ( ) : int
unsetStoichiometryMath ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

SpeciesReference() 공개 메소드

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

SpeciesReference() 공개 메소드

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

SpeciesReference() 공개 메소드

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

appendAnnotation() 공개 메소드

public appendAnnotation ( XMLNode annotation ) : int
annotation XMLNode
리턴 int

appendAnnotation() 공개 메소드

public appendAnnotation ( string annotation ) : int
annotation string
리턴 int

clone() 공개 메소드

public clone ( ) : SpeciesReference
리턴 SpeciesReference

createStoichiometryMath() 공개 메소드

public createStoichiometryMath ( ) : StoichiometryMath
리턴 StoichiometryMath

getConstant() 공개 메소드

public getConstant ( ) : bool
리턴 bool

getDenominator() 공개 메소드

public getDenominator ( ) : int
리턴 int

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getStoichiometry() 공개 메소드

public getStoichiometry ( ) : double
리턴 double

getStoichiometryMath() 공개 메소드

public getStoichiometryMath ( ) : StoichiometryMath
리턴 StoichiometryMath

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

initDefaults() 공개 메소드

public initDefaults ( ) : void
리턴 void

isSetConstant() 공개 메소드

public isSetConstant ( ) : bool
리턴 bool

isSetStoichiometry() 공개 메소드

public isSetStoichiometry ( ) : bool
리턴 bool

isSetStoichiometryMath() 공개 메소드

public isSetStoichiometryMath ( ) : bool
리턴 bool

setAnnotation() 공개 메소드

public setAnnotation ( XMLNode annotation ) : int
annotation XMLNode
리턴 int

setAnnotation() 공개 메소드

public setAnnotation ( string annotation ) : int
annotation string
리턴 int

setConstant() 공개 메소드

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

setDenominator() 공개 메소드

public setDenominator ( int value ) : int
value int
리턴 int

setStoichiometry() 공개 메소드

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

setStoichiometryMath() 공개 메소드

public setStoichiometryMath ( StoichiometryMath math ) : int
math StoichiometryMath
리턴 int

unsetConstant() 공개 메소드

public unsetConstant ( ) : int
리턴 int

unsetStoichiometry() 공개 메소드

public unsetStoichiometry ( ) : int
리턴 int

unsetStoichiometryMath() 공개 메소드

public unsetStoichiometryMath ( ) : int
리턴 int