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 2024 Rogue Wave Software, Inc., a Perforce company.. All Rights Reserved.