biouml.model.dynamics
Class Constant
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.dynamics.Constant
- public class Constant
- extends MutableDataElementSupport
- pending possily we can store constants in database as a separate DataCollection.
Just now they are stored im EModel., add isInit, isUsed attributes and they processing
| 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 |
Constant
public Constant(String name, EModel model, DataCollection origin)
- EModel is needed to be notified about constant changes.
getComment
public String getComment()
getValue
public double getValue()
setComment
public void setComment(String comment)
setValue
public void setValue(double value)
to Class java.lang.String
BOTTOM