biouml.model.dynamics
Class Variable
java.lang.Object
|
+--com.beanexplorer.swing.table.Option
|
+--ru.biosoft.access.MutableDataElementSupport
|
+--biouml.model.dynamics.Variable
- public class Variable
- extends MutableDataElementSupport
- implements EModelRole
General variable definition.
| Field Summary |
final static String | PREFIX |
final static String | SCOPE |
| 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 |
PREFIX
public final static String PREFIX
SCOPE
public final static String SCOPE
Variable
public Variable(DataCollection origin, DiagramElement diagramElement, double initialValue)
Variable
public Variable(DiagramElement diagramElement, double initialValue)
- pending remove it. Just now it is used DynamicModelTest.
createName
public static String createName(DiagramElement de)
- Returns name of DataElement including all compartment names.
getComment
public String getComment()
getDiagramElement
public DiagramElement getDiagramElement()
getInitialValue
public double getInitialValue()
getPlotLineSpec
public String getPlotLineSpec()
getVariableNumber
public int getVariableNumber()
isShowInPlot
public boolean isShowInPlot()
setComment
public void setComment(String comment)
setInitialValue
public void setInitialValue(double initialValue)
setPlotLineSpec
public void setPlotLineSpec(String plotLineSpec)
setShowInPlot
public void setShowInPlot(boolean showInPlot)
setVariableNumber
public void setVariableNumber(int variableNumber)
to Class java.lang.String
to Class java.lang.String
to Class biouml.model.DiagramElement
to Class java.lang.String
to Class java.lang.String
- LineSpec is an argument to plotting functions, such as plot, that defines three components
used to specify lines in MATLAB: Line style, Color and Marker symbol.
See Matlab documentaion for more information.
BOTTOM