biouml.model.dynamics
Class Variable
java.lang.Object
com.beanexplorer.beans.Option
ru.biosoft.access.MutableDataElementSupport
biouml.model.dynamics.Variable
- All Implemented Interfaces:
- DataElement, MutableDataElement
- Direct Known Subclasses:
- VariableRole
- public class Variable
- extends MutableDataElementSupport
Model parameter.
- Pendung:
- add isInit, isUsed attributes and they processing
| Fields inherited from class com.beanexplorer.beans.Option |
notificationEnabled, propagationEnabled |
| 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 |
initialValue
protected double initialValue
units
protected java.lang.String units
comment
protected java.lang.String comment
Variable
protected Variable(java.lang.String name,
DataCollection origin)
Variable
public Variable(java.lang.String name,
EModel model,
DataCollection origin)
setName
public void setName(java.lang.String name)
- Warning: for intrnal usage only.
getInitialValue
public double getInitialValue()
setInitialValue
public void setInitialValue(double initialValue)
getUnits
public java.lang.String getUnits()
setUnits
public void setUnits(java.lang.String units)
getComment
public java.lang.String getComment()
setComment
public void setComment(java.lang.String comment)
toString
public java.lang.String toString()
- Overrides:
toString in class MutableDataElementSupport
isConstant
public boolean isConstant()
setConstant
public void setConstant(boolean constant)
Copyright © 2001-2003 Biosof.Ru. All Rights Reserved.