public interface IlvReservationDataPolicy
IlvReservationDataPolicy
is responsible for computing the data values for a single reservation. Each
data value is a numeric value associated with a specific date. IlvResourceDataSet
uses an IlvReservationDataPolicy
to compute the data
values for all the reservations assigned to a single
IlvResource resource.Modifier and Type | Method and Description |
---|---|
List<IlvDataValue> |
computeValues(IlvGanttModel ganttModel,
IlvReservation reservation)
Computes the list of IlvDataValues for the specified reservation.
|
List<IlvDataValue> computeValues(IlvGanttModel ganttModel, IlvReservation reservation)
ganttModel
- The Gantt data model to which the reservation belongs.reservation
- The reservation.© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.