biouml.modules.transpath.type
Class Reaction
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
|
+--biouml.standard.type.GenericEntity
|
+--biouml.standard.type.Referrer
|
+--biouml.standard.type.Reaction
|
+--biouml.modules.transpath.type.Reaction
- public class Reaction
- extends Reaction
| Methods inherited from class com.beanexplorer.swing.table.Option |
setParent, getParent, addPropertyChangeListener, removePropertyChangeListener, copyListenersTo |
| Methods inherited from class java.lang.Object |
getClass, hashCode, equals, notify, notifyAll, wait, wait, wait |
Reaction
public Reaction(DataCollection origin, String name)
getCatalystMolecules
public String getCatalystMolecules()
getDownstreamMolecules
public String getDownstreamMolecules()
getInhibitorMolecules
public String getInhibitorMolecules()
getType
public String getType()
getUpstreamMolecules
public String getUpstreamMolecules()
setCatalystMolecules
public void setCatalystMolecules(String catalystMolecules)
setDownstreamMolecules
public void setDownstreamMolecules(String downstreamMolecules)
setInhibitorMolecules
public void setInhibitorMolecules(String inhibitorMolecules)
setUpstreamMolecules
public void setUpstreamMolecules(String upstreamMolecules)
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
to Class java.lang.String
BOTTOM