Package | Description |
---|---|
ilog.views.schedule |
Contains the main Schedule Data chart classes that display numerical information
derived from Gantt data models.
|
ilog.views.schedule.data |
Contains data set implementations that derive numerical information from
Gantt data models.
|
Modifier and Type | Method and Description |
---|---|
IlvReservationDataPolicy |
IlvResourceDataChart.getReservationDataPolicy()
Returns the strategy that the chart uses to compute the data values for
the reservations assigned to each displayed
resource.
|
Modifier and Type | Method and Description |
---|---|
IlvResourceDataSet |
IlvResourceDataChart.createDataSet(IlvResource resource,
IlvReservationDataPolicy dataPolicy)
Creates a dataset for the specified resource.
|
void |
IlvResourceDataChart.setReservationDataPolicy(IlvReservationDataPolicy dataPolicy)
Sets the strategy that the chart uses to compute the data values for the reservations
assigned to each displayed resource.
|
Constructor and Description |
---|
IlvResourceDataChart(IlvReservationDataPolicy dataPolicy)
Constructs a new
IlvResourceDataChart with the specified data value
computation policy. |
Modifier and Type | Class and Description |
---|---|
class |
IlvReservationLoadData
IlvReservationLoadData computes the number of
activities assigned to a
resource versus the time for a
single reservation. |
Modifier and Type | Method and Description |
---|---|
IlvReservationDataPolicy |
IlvResourceDataSet.getReservationDataPolicy()
Returns the strategy that the data set will use to compute the data values
for each reservation assigned to the
resource.
|
Modifier and Type | Method and Description |
---|---|
void |
IlvResourceDataSet.setReservationDataPolicy(IlvReservationDataPolicy dataPolicy)
Sets the strategy that the data set will use to compute the data values for each
reservation assigned to the resource.
|
Constructor and Description |
---|
IlvResourceDataSet(IlvGanttModel ganttModel,
IlvResource resource,
IlvReservationDataPolicy dataPolicy)
Creates a dataset for the specified resource.
|
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.