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