Package | Description |
---|---|
ilog.views.chart.data |
Contains classes related to the Chart data model.
|
ilog.views.chart.data.lod |
Contains classes related to the load-on-demand mechanism.
|
ilog.views.schedule.data |
Contains data set implementations that derive numerical information from
Gantt data models.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvCombinedDataSet
Represents a data set expressed as a combination of other data sets.
|
class |
IlvCyclicDataSet
Implements a data set where values are stored in a fixed-size buffer.
|
class |
IlvDefaultDataSet
Default data set that accesses data stored in memory.
|
class |
IlvFilterDataSet
This class is a base class for data sets that encapsulate other
data sets.
|
class |
IlvFunctionDataSet
A data set implemented as a function call.
|
class |
IlvMovingAvgDataSet
Implements a data set that computes the moving average of another data set.
|
class |
IlvXSortedDataSet
This class encapsulates a data set and sorts its data points so that the
X values are in ascending order.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvLODDataSet
A data set that loads its contents on demand.
|
Modifier and Type | Class and Description |
---|---|
class |
IlvResourceDataSet
This class extends a chart data set and
represents a numerical attribute of all the
reservations assigned to a
resource versus time.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.