|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.SBase
org.jscience.ml.sbml.SBaseId
org.jscience.ml.sbml.Reaction
public class Reaction
This class represents a reaction, which is some transformation,
transport or binding process that can change the amount of one or more
Species. This code is licensed under the DARPA BioCOMP Open Source
License. See LICENSE for more details.
| Field Summary |
|---|
| Fields inherited from class org.jscience.ml.sbml.SBaseId |
|---|
id, name |
| Constructor Summary | |
|---|---|
Reaction()
Creates a new instance of Reaction |
|
Reaction(java.lang.String id,
java.lang.String name)
Creates a new Reaction object. |
|
| Method Summary | |
|---|---|
void |
addProduct(Species ref)
DOCUMENT ME! |
void |
addProduct(SpeciesReference ref)
DOCUMENT ME! |
void |
addReactant(Species ref)
DOCUMENT ME! |
void |
addReactant(SpeciesReference ref)
DOCUMENT ME! |
KineticLaw |
getKineticLaw()
Getter for property kineticLaw. |
java.util.Vector |
getModifier()
Getter for property modifier. |
SBase |
getModifiersElement()
Getter for property modifiersElement. |
java.util.Vector |
getProduct()
Getter for property product. |
SBase |
getProductsElement()
Getter for property productsElement. |
java.util.Vector |
getReactant()
Getter for property reactant. |
SBase |
getReactantsElement()
Getter for property reactantsElement. |
boolean |
isFast()
Getter for property fast. |
boolean |
isReversible()
Getter for property reversible. |
void |
setFast(boolean fast)
Setter for property fast. |
void |
setKineticLaw(KineticLaw kineticLaw)
Setter for property kineticLaw. |
void |
setModifiersElement(SBase modifiersElement)
Setter for property modifiersElement. |
void |
setProductsElement(SBase productsElement)
Setter for property productsElement. |
void |
setReactantsElement(SBase reactantsElement)
Setter for property reactantsElement. |
void |
setReversible(boolean reversible)
Sets whether the reaction is reversible. |
java.lang.String |
toString()
Get the SBML representation for this class. |
| Methods inherited from class org.jscience.ml.sbml.SBaseId |
|---|
getId, getName, setId, setName |
| Methods inherited from class org.jscience.ml.sbml.SBase |
|---|
getAnnotations, getMetaid, getNotes, getRDF, printList, printShortForm, setMetaid, setRDF, setRDF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Reaction(java.lang.String id,
java.lang.String name)
id - DOCUMENT ME!name - DOCUMENT ME!public Reaction()
| Method Detail |
|---|
public void addProduct(Species ref)
ref - DOCUMENT ME!public void addProduct(SpeciesReference ref)
ref - DOCUMENT ME!public void addReactant(Species ref)
ref - DOCUMENT ME!public void addReactant(SpeciesReference ref)
ref - DOCUMENT ME!public KineticLaw getKineticLaw()
public java.util.Vector getModifier()
public SBase getModifiersElement()
public java.util.Vector getProduct()
public SBase getProductsElement()
public java.util.Vector getReactant()
public SBase getReactantsElement()
public boolean isFast()
public boolean isReversible()
public void setFast(boolean fast)
fast - New value of property fast.public void setKineticLaw(KineticLaw kineticLaw)
kineticLaw - New value of property kineticLaw.public void setModifiersElement(SBase modifiersElement)
modifiersElement - New value of property modifiersElement.public void setProductsElement(SBase productsElement)
productsElement - New value of property productsElement.public void setReactantsElement(SBase reactantsElement)
reactantsElement - New value of property reactantsElement.public void setReversible(boolean reversible)
reversible - New value of property reversible.public java.lang.String toString()
toString in class SBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||