| org.cougaar.logistics.ui.inventory.InventoryBaseChartDataModel org.cougaar.logistics.ui.inventory.ProjectionsChartDataModel
ProjectionsChartDataModel | public class ProjectionsChartDataModel extends InventoryBaseChartDataModel (Code) | |
The ProjectionsChartDataModel is the ChartDataModel for the
all projection tasks. A Schedule of projections and their
corresponding allocation results are given as the
values to compute into the x and y coordinates for the
chart. If the chart is type of resupply then we calculate
the last corresponding actual date of resupply, and only use
projections and allocation results found after that date.
Otherwise it is counted demand schedules where we have to
sum the actual sum in the same bucket. Either way this
chartDataModel depends on either the actual schedule, or
the actual schedules chart data model.
See Also: InventoryBaseChartDataModel |
Constructor Summary | |
public | ProjectionsChartDataModel(String aProjScheduleName, String aProjARScheduleName, String aReqScheduleName, RequisitionsChartDataModel aReqDataModel, boolean isResupply) | public | ProjectionsChartDataModel(String legendTitle, String projSchedule, String projARSchedule, String aReqScheduleName, RequisitionsChartDataModel aReqDataModel, boolean isResupply) | public | ProjectionsChartDataModel(InventoryData data, String projSchedule, String projARSchedule, String theLegendTitle, String aReqScheduleName, RequisitionsChartDataModel aReqDataModel, boolean isResupply) |
PROJECTION_ALLOCATION_SERIES_LABEL | final public static String PROJECTION_ALLOCATION_SERIES_LABEL(Code) | | |
PROJECTION_LEGEND | final public static String PROJECTION_LEGEND(Code) | | |
PROJECTION_SERIES_LABEL | final public static String PROJECTION_SERIES_LABEL(Code) | | |
projYValues | protected double projYValues(Code) | | |
resupply | protected boolean resupply(Code) | | |
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
Parameters: index - data series index array of double values representing y-value data |
setProjectionValues | public void setProjectionValues()(Code) | | |
setValues | public void setValues()(Code) | | |
|
|