C# 클래스 libsbml.Reaction

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

공개 메소드들

메소드 설명
Dispose ( ) : void
Reaction ( Reaction orig ) : System
Reaction ( SBMLNamespaces sbmlns ) : System
Reaction ( long level, long version ) : System
addModifier ( ModifierSpeciesReference msr ) : int
addModifier ( Species species ) : int
addModifier ( Species species, string id ) : int
addProduct ( Species species ) : int
addProduct ( Species species, double stoichiometry ) : int
addProduct ( Species species, double stoichiometry, string id ) : int
addProduct ( Species species, double stoichiometry, string id, bool constant ) : int
addProduct ( SpeciesReference sr ) : int
addReactant ( Species species ) : int
addReactant ( Species species, double stoichiometry ) : int
addReactant ( Species species, double stoichiometry, string id ) : int
addReactant ( Species species, double stoichiometry, string id, bool constant ) : int
addReactant ( SpeciesReference sr ) : int
clone ( ) : Reaction
connectToChild ( ) : void
createKineticLaw ( ) : KineticLaw
createModifier ( ) : ModifierSpeciesReference
createProduct ( ) : SpeciesReference
createReactant ( ) : SpeciesReference
enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
getCompartment ( ) : string
getElementByMetaId ( string metaid ) : SBase
getElementBySId ( string id ) : SBase
getElementName ( ) : string
getFast ( ) : bool
getId ( ) : string
getKineticLaw ( ) : KineticLaw
getListOfModifiers ( ) : ListOfSpeciesReferences
getListOfProducts ( ) : ListOfSpeciesReferences
getListOfReactants ( ) : ListOfSpeciesReferences
getModifier ( long n ) : ModifierSpeciesReference
getModifier ( string species ) : ModifierSpeciesReference
getName ( ) : string
getNumModifiers ( ) : long
getNumProducts ( ) : long
getNumReactants ( ) : long
getProduct ( long n ) : SpeciesReference
getProduct ( string species ) : SpeciesReference
getReactant ( long n ) : SpeciesReference
getReactant ( string species ) : SpeciesReference
getReversible ( ) : bool
getTypeCode ( ) : int
hasRequiredAttributes ( ) : bool
initDefaults ( ) : void
isSetCompartment ( ) : bool
isSetFast ( ) : bool
isSetId ( ) : bool
isSetKineticLaw ( ) : bool
isSetName ( ) : bool
isSetReversible ( ) : bool
removeModifier ( long n ) : ModifierSpeciesReference
removeModifier ( string species ) : ModifierSpeciesReference
removeProduct ( long n ) : SpeciesReference
removeProduct ( string species ) : SpeciesReference
removeReactant ( long n ) : SpeciesReference
removeReactant ( string species ) : SpeciesReference
renameSIdRefs ( string oldid, string newid ) : void
setCompartment ( string sid ) : int
setFast ( bool value ) : int
setId ( string sid ) : int
setKineticLaw ( KineticLaw kl ) : int
setName ( string name ) : int
setReversible ( bool value ) : int
unsetCompartment ( ) : int
unsetFast ( ) : int
unsetKineticLaw ( ) : int
unsetName ( ) : int
unsetReversible ( ) : int

비공개 메소드들

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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Reaction() 공개 메소드

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

Reaction() 공개 메소드

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

Reaction() 공개 메소드

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

addModifier() 공개 메소드

public addModifier ( ModifierSpeciesReference msr ) : int
msr ModifierSpeciesReference
리턴 int

addModifier() 공개 메소드

public addModifier ( Species species ) : int
species Species
리턴 int

addModifier() 공개 메소드

public addModifier ( Species species, string id ) : int
species Species
id string
리턴 int

addProduct() 공개 메소드

public addProduct ( Species species ) : int
species Species
리턴 int

addProduct() 공개 메소드

public addProduct ( Species species, double stoichiometry ) : int
species Species
stoichiometry double
리턴 int

addProduct() 공개 메소드

public addProduct ( Species species, double stoichiometry, string id ) : int
species Species
stoichiometry double
id string
리턴 int

addProduct() 공개 메소드

public addProduct ( Species species, double stoichiometry, string id, bool constant ) : int
species Species
stoichiometry double
id string
constant bool
리턴 int

addProduct() 공개 메소드

public addProduct ( SpeciesReference sr ) : int
sr SpeciesReference
리턴 int

addReactant() 공개 메소드

public addReactant ( Species species ) : int
species Species
리턴 int

addReactant() 공개 메소드

public addReactant ( Species species, double stoichiometry ) : int
species Species
stoichiometry double
리턴 int

addReactant() 공개 메소드

public addReactant ( Species species, double stoichiometry, string id ) : int
species Species
stoichiometry double
id string
리턴 int

addReactant() 공개 메소드

public addReactant ( Species species, double stoichiometry, string id, bool constant ) : int
species Species
stoichiometry double
id string
constant bool
리턴 int

addReactant() 공개 메소드

public addReactant ( SpeciesReference sr ) : int
sr SpeciesReference
리턴 int

clone() 공개 메소드

public clone ( ) : Reaction
리턴 Reaction

connectToChild() 공개 메소드

public connectToChild ( ) : void
리턴 void

createKineticLaw() 공개 메소드

public createKineticLaw ( ) : KineticLaw
리턴 KineticLaw

createModifier() 공개 메소드

public createModifier ( ) : ModifierSpeciesReference
리턴 ModifierSpeciesReference

createProduct() 공개 메소드

public createProduct ( ) : SpeciesReference
리턴 SpeciesReference

createReactant() 공개 메소드

public createReactant ( ) : SpeciesReference
리턴 SpeciesReference

enablePackageInternal() 공개 메소드

public enablePackageInternal ( string pkgURI, string pkgPrefix, bool flag ) : void
pkgURI string
pkgPrefix string
flag bool
리턴 void

getCompartment() 공개 메소드

public getCompartment ( ) : string
리턴 string

getElementByMetaId() 공개 메소드

public getElementByMetaId ( string metaid ) : SBase
metaid string
리턴 SBase

getElementBySId() 공개 메소드

public getElementBySId ( string id ) : SBase
id string
리턴 SBase

getElementName() 공개 메소드

public getElementName ( ) : string
리턴 string

getFast() 공개 메소드

public getFast ( ) : bool
리턴 bool

getId() 공개 메소드

public getId ( ) : string
리턴 string

getKineticLaw() 공개 메소드

public getKineticLaw ( ) : KineticLaw
리턴 KineticLaw

getListOfModifiers() 공개 메소드

public getListOfModifiers ( ) : ListOfSpeciesReferences
리턴 ListOfSpeciesReferences

getListOfProducts() 공개 메소드

public getListOfProducts ( ) : ListOfSpeciesReferences
리턴 ListOfSpeciesReferences

getListOfReactants() 공개 메소드

public getListOfReactants ( ) : ListOfSpeciesReferences
리턴 ListOfSpeciesReferences

getModifier() 공개 메소드

public getModifier ( long n ) : ModifierSpeciesReference
n long
리턴 ModifierSpeciesReference

getModifier() 공개 메소드

public getModifier ( string species ) : ModifierSpeciesReference
species string
리턴 ModifierSpeciesReference

getName() 공개 메소드

public getName ( ) : string
리턴 string

getNumModifiers() 공개 메소드

public getNumModifiers ( ) : long
리턴 long

getNumProducts() 공개 메소드

public getNumProducts ( ) : long
리턴 long

getNumReactants() 공개 메소드

public getNumReactants ( ) : long
리턴 long

getProduct() 공개 메소드

public getProduct ( long n ) : SpeciesReference
n long
리턴 SpeciesReference

getProduct() 공개 메소드

public getProduct ( string species ) : SpeciesReference
species string
리턴 SpeciesReference

getReactant() 공개 메소드

public getReactant ( long n ) : SpeciesReference
n long
리턴 SpeciesReference

getReactant() 공개 메소드

public getReactant ( string species ) : SpeciesReference
species string
리턴 SpeciesReference

getReversible() 공개 메소드

public getReversible ( ) : bool
리턴 bool

getTypeCode() 공개 메소드

public getTypeCode ( ) : int
리턴 int

hasRequiredAttributes() 공개 메소드

public hasRequiredAttributes ( ) : bool
리턴 bool

initDefaults() 공개 메소드

public initDefaults ( ) : void
리턴 void

isSetCompartment() 공개 메소드

public isSetCompartment ( ) : bool
리턴 bool

isSetFast() 공개 메소드

public isSetFast ( ) : bool
리턴 bool

isSetId() 공개 메소드

public isSetId ( ) : bool
리턴 bool

isSetKineticLaw() 공개 메소드

public isSetKineticLaw ( ) : bool
리턴 bool

isSetName() 공개 메소드

public isSetName ( ) : bool
리턴 bool

isSetReversible() 공개 메소드

public isSetReversible ( ) : bool
리턴 bool

removeModifier() 공개 메소드

public removeModifier ( long n ) : ModifierSpeciesReference
n long
리턴 ModifierSpeciesReference

removeModifier() 공개 메소드

public removeModifier ( string species ) : ModifierSpeciesReference
species string
리턴 ModifierSpeciesReference

removeProduct() 공개 메소드

public removeProduct ( long n ) : SpeciesReference
n long
리턴 SpeciesReference

removeProduct() 공개 메소드

public removeProduct ( string species ) : SpeciesReference
species string
리턴 SpeciesReference

removeReactant() 공개 메소드

public removeReactant ( long n ) : SpeciesReference
n long
리턴 SpeciesReference

removeReactant() 공개 메소드

public removeReactant ( string species ) : SpeciesReference
species string
리턴 SpeciesReference

renameSIdRefs() 공개 메소드

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

setCompartment() 공개 메소드

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

setFast() 공개 메소드

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

setId() 공개 메소드

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

setKineticLaw() 공개 메소드

public setKineticLaw ( KineticLaw kl ) : int
kl KineticLaw
리턴 int

setName() 공개 메소드

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

setReversible() 공개 메소드

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

unsetCompartment() 공개 메소드

public unsetCompartment ( ) : int
리턴 int

unsetFast() 공개 메소드

public unsetFast ( ) : int
리턴 int

unsetKineticLaw() 공개 메소드

public unsetKineticLaw ( ) : int
리턴 int

unsetName() 공개 메소드

public unsetName ( ) : int
리턴 int

unsetReversible() 공개 메소드

public unsetReversible ( ) : int
리턴 int