|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.xj.anylogic.engine.analysis.DataUpdater
public class DataUpdater
This class provides another way to override update() method of data set, histogram and other data elements. Subclass
should override one of methods and may be passed to appropriate constructor
of data element, e.g. DataSet.DataSet(int, DataUpdater)
| Constructor Summary | |
|---|---|
DataUpdater()
|
|
| Method Summary | |
|---|---|
double |
getDataXValue()
Override this method to enable DataSet.add(double) method. |
void |
update(DataSet ds)
Another way to override DataSet.update() |
void |
update(Histogram2DData data)
Another way to override Histogram2DData.update() |
void |
update(HistogramData data)
Another way to override HistogramData.update() |
void |
update(StatisticsContinuous statistics)
Another way to override StatisticsContinuous.update() |
void |
update(StatisticsDiscrete statistics)
Another way to override StatisticsDiscrete.update() |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DataUpdater()
| Method Detail |
|---|
public void update(DataSet ds)
DataSet.update()
DataSet.DataSet(int, DataUpdater)public double getDataXValue()
DataSet.add(double) method.
x to use when user calls
DataSet.add(double)DataSet.DataSet(int, DataUpdater)public void update(HistogramData data)
HistogramData.update()
public void update(Histogram2DData data)
Histogram2DData.update()
public void update(StatisticsContinuous statistics)
StatisticsContinuous.update()
public void update(StatisticsDiscrete statistics)
StatisticsDiscrete.update()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||