|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xj.anylogic.engine.internal.CSVDataProvider
com.xj.anylogic.engine.analysis.ChartItem
com.xj.anylogic.engine.analysis.DataItem
public class DataItem
A chart item that contains a single scalar value of type double.
| Constructor Summary | |
|---|---|
DataItem()
|
|
| Method Summary | |
|---|---|
double |
getValue()
Returns the value of the data item |
void |
setValue(double val)
Sets the value of the data item. |
java.lang.String |
toString()
Returns the textual representation of the data item - the formatted value. |
void |
update()
Should be overridden and call setValue(...) if the user has specified the value for item. |
| Methods inherited from class com.xj.anylogic.engine.analysis.ChartItem |
|---|
getVersion |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DataItem()
| Method Detail |
|---|
public void setValue(double val)
val - the new value of the data itempublic final double getValue()
public java.lang.String toString()
toString in class java.lang.Objectpublic void update()
update in class ChartItem
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||