|
||||||||||
| 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
public class ChartItem
An item that holds data and can be displayed by a chart (a unit of what can be displayed by the chart). Can be a single scalar value or a set of values. This base class just has an update() method.
| Constructor Summary | |
|---|---|
ChartItem()
|
|
| Method Summary | |
|---|---|
long |
getVersion()
Returns the version of this chart item. |
void |
update()
Should be overridden and perform chart-dependent update. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartItem()
| Method Detail |
|---|
public void update()
public long getVersion()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||