biouml.standard.type
Class Reaction
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.standard.type.BaseSupport
|
+--biouml.standard.type.GenericEntity
|
+--biouml.standard.type.Referrer
|
+--biouml.standard.type.Reaction
- Direct Known Subclasses:
- Reaction
- public class Reaction
- extends Referrer
- implements DataCollection, FormulaDelegate
| Field Summary |
static DecimalFormat | NAME_FORMAT Format to generate unique name for new reaction instance. |
NAME_FORMAT
public static DecimalFormat NAME_FORMAT
- Format to generate unique name for new reaction instance.
Reaction
public Reaction(DataCollection origin, String name)
addDataCollectionListener
public void addDataCollectionListener(DataCollectionListener l)
close
public void close()
throws java.lang.Exception
contains
public boolean contains(String name)
contains
public boolean contains(DataElement de)
get
public DataElement get(String name)
throws java.lang.Exception
getCompleteName
public String getCompleteName()
getDataElementType
public Class getDataElementType()
getFormula
public String getFormula()
getInfo
public DataCollectionInfo getInfo()
getKineticLaw
public KineticLaw getKineticLaw()
getNameList
public List getNameList()
getSize
public int getSize()
getSpecieReferences
public SpecieReference[] getSpecieReferences()
getSpecieTitle
public String getSpecieTitle(Integer index, Object obj)
getType
public String getType()
init
public void init()
isFast
public boolean isFast()
isMutable
public boolean isMutable()
isPropagationEnabled
public boolean isPropagationEnabled()
isReversible
public boolean isReversible()
iterator
public Iterator iterator()
propagateElementChanged
public void propagateElementChanged(DataCollection source, DataCollectionEvent primaryEvent)
propagateElementWillChange
public void propagateElementWillChange(DataCollection source, DataCollectionEvent primaryEvent)
put
public DataElement put(DataElement obj)
throws java.lang.Exception
release
public void release(String dataElementName)
remove
public void remove(String name)
throws java.lang.Exception
removeDataCollectionListener
public void removeDataCollectionListener(DataCollectionListener l)
setFast
public void setFast(boolean fast)
setKineticLaw
public void setKineticLaw(KineticLaw kineticLaw)
setPropagationEnabled
public void setPropagationEnabled(boolean propagationEnabled)
setReversible
public void setReversible(boolean reversible)
setSpecieReferences
public void setSpecieReferences(SpecieReference[] species)
- Should be used only to load initial set of specie references.
to Class org.apache.log4j.Category
to Class java.text.DecimalFormat
- Format to generate unique name for new reaction instance.
to Class biouml.standard.type.KineticLaw
to Class ru.biosoft.access.VectorDataCollection
- Primary collection.
BOTTOM