abstractpublic class InventoryBaseChartDataModel extends ChartDataSupport implements ChartDataManageable,ChartDataModel,LabelledChartDataModel(Code)
The InventoryBaseChartDataModel is the base abstract superclass of all
the data models that underly the charts in the gui.
Its the bridge between the data and the interface necessary
to use the jchart software.
See Also:InventoryLevelChartDataModel
Retrieves the specified x-value series
This returns the nominal getXSeries of the super class
Parameters: index - data series index array of double values representing x-value data
getRealYSeries
public synchronized double[] getRealYSeries(int index)(Code)
Retrieves the specified y-value series
The nth asset.
This returns the nominal getYSeries of the super class
This aids the ProjectionChartDataModel which
has a real projected dimension which is added
to actual demand to give an artificial
bar type chart.
Parameters: index - data series index array of double values representing y-value data
Retrieves the specified x-value series
Start and end times of the schedule for each asset
Parameters: index - data series index array of double values representing x-value data
getYSeries
public synchronized double[] getYSeries(int index)(Code)
Retrieves the specified y-value series
The nth asset
Parameters: index - data series index array of double values representing y-value data