|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.beanexplorer.beans.Option
ru.biosoft.access.MutableDataElementSupport
biouml.standard.type.KineticType
Definition of KinetReactionType defines: - meta information about reaction
| Nested Class Summary | |
static class |
KineticType.Element
This class is used to specify roles for each element in kinetic function. |
static class |
KineticType.ElementBeanInfo
|
| Field Summary | |
protected java.lang.String |
description
The reaction description in text or HTML format. |
protected KineticType.Element[] |
elements
Kinetic function elements. |
protected java.lang.String |
function
Kinetic function that specifies the reaction rate. |
protected boolean |
reversible
Indicates whether this reaction is reversible. |
protected java.lang.String |
title
Short kinetic type name to be used in the diagram as an diagram element title. |
| Fields inherited from class ru.biosoft.access.MutableDataElementSupport |
name |
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| Constructor Summary | |
KineticType(DataCollection origin,
java.lang.String name)
|
|
KineticType(DataCollection origin,
java.lang.String name,
java.lang.String title,
java.lang.String description,
boolean reversible,
java.lang.String function,
KineticType.Element[] elements)
|
|
| Method Summary | |
KineticType.Element[] |
getConstants()
|
java.lang.String |
getDescription()
|
KineticType.Element[] |
getElements()
|
KineticType.Element[] |
getElements(java.lang.String type)
Returns elements of the specified type. |
java.lang.String |
getFunction()
|
KineticType.Element[] |
getModifers()
|
KineticType.Element[] |
getProducts()
|
KineticType.Element[] |
getReactants()
|
java.lang.String |
getTitle()
|
boolean |
isReversible()
|
protected void |
parseFunction()
Parse new kinetic function. |
void |
setDescription(java.lang.String description)
|
void |
setElements(KineticType.Element[] elements)
|
void |
setFunction(java.lang.String function)
|
void |
setReversible(boolean reversible)
|
void |
setTitle(java.lang.String title)
|
| Methods inherited from class ru.biosoft.access.MutableDataElementSupport |
getName, getOrigin, toString |
| Methods inherited from class com.beanexplorer.beans.Option |
addPropertyChangeListener, copyListenersTo, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, firePropertyChange, getParent, isNotificationEnabled, isPropagationEnabled, removePropertyChangeListener, setNotificationEnabled, setParent, setPropagationEnabled |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface ru.biosoft.access.MutableDataElement |
addPropertyChangeListener, removePropertyChangeListener |
| Field Detail |
protected java.lang.String title
protected java.lang.String description
protected boolean reversible
protected java.lang.String function
protected KineticType.Element[] elements
| Constructor Detail |
public KineticType(DataCollection origin,
java.lang.String name)
public KineticType(DataCollection origin,
java.lang.String name,
java.lang.String title,
java.lang.String description,
boolean reversible,
java.lang.String function,
KineticType.Element[] elements)
| Method Detail |
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
public java.lang.String getDescription()
public void setDescription(java.lang.String description)
public boolean isReversible()
public void setReversible(boolean reversible)
public java.lang.String getFunction()
public void setFunction(java.lang.String function)
public KineticType.Element[] getElements()
public void setElements(KineticType.Element[] elements)
public KineticType.Element[] getConstants()
public KineticType.Element[] getReactants()
public KineticType.Element[] getProducts()
public KineticType.Element[] getModifers()
public KineticType.Element[] getElements(java.lang.String type)
protected void parseFunction()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||