public final class TimephasedUtility extends Object
| Constructor and Description |
|---|
TimephasedUtility() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Double> |
segmentBaselineCost(ProjectCalendar calendar,
List<TimephasedCost> cost,
TimescaleUnits rangeUnits,
ArrayList<LocalDateTimeRange> dateList)
This is the main entry point used to convert the internal representation
of timephased baseline cost into an external form which can
be displayed to the user.
|
ArrayList<Duration> |
segmentBaselineWork(ProjectCalendar calendar,
List<TimephasedWork> work,
TimescaleUnits rangeUnits,
ArrayList<LocalDateTimeRange> dateList)
This is the main entry point used to convert the internal representation
of timephased baseline work into an external form which can
be displayed to the user.
|
ArrayList<Double> |
segmentCost(ProjectCalendar projectCalendar,
List<TimephasedCost> cost,
TimescaleUnits rangeUnits,
ArrayList<LocalDateTimeRange> dateList)
This is the main entry point used to convert the internal representation
of timephased cost into an external form which can
be displayed to the user.
|
ArrayList<Duration> |
segmentWork(ProjectCalendar projectCalendar,
List<TimephasedWork> work,
TimescaleUnits rangeUnits,
List<LocalDateTimeRange> dateList)
This is the main entry point used to convert the internal representation
of timephased work into an external form which can
be displayed to the user.
|
public ArrayList<Duration> segmentWork(ProjectCalendar projectCalendar, List<TimephasedWork> work, TimescaleUnits rangeUnits, List<LocalDateTimeRange> dateList)
projectCalendar - calendar used by the resource assignmentwork - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Duration> segmentBaselineWork(ProjectCalendar calendar, List<TimephasedWork> work, TimescaleUnits rangeUnits, ArrayList<LocalDateTimeRange> dateList)
calendar - calendar to use for calculationswork - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Double> segmentCost(ProjectCalendar projectCalendar, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<LocalDateTimeRange> dateList)
projectCalendar - calendar used by the resource assignmentcost - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Double> segmentBaselineCost(ProjectCalendar calendar, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<LocalDateTimeRange> dateList)
calendar - calendar to use for calculationscost - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangesCopyright © 2000–2025 MPXJ. All rights reserved.