public final class TimephasedUtility extends Object
| Constructor and Description |
|---|
TimephasedUtility() |
| Modifier and Type | Method and Description |
|---|---|
ArrayList<Double> |
segmentBaselineCost(ProjectFile file,
List<TimephasedCost> cost,
TimescaleUnits rangeUnits,
ArrayList<DateRange> 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(ProjectFile file,
List<TimephasedWork> work,
TimescaleUnits rangeUnits,
ArrayList<DateRange> 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<DateRange> 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,
ArrayList<DateRange> 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, ArrayList<DateRange> dateList)
projectCalendar - calendar used by the resource assignmentwork - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Duration> segmentBaselineWork(ProjectFile file, List<TimephasedWork> work, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
file - parent project filework - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Double> segmentCost(ProjectCalendar projectCalendar, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
projectCalendar - calendar used by the resource assignmentcost - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangespublic ArrayList<Double> segmentBaselineCost(ProjectFile file, List<TimephasedCost> cost, TimescaleUnits rangeUnits, ArrayList<DateRange> dateList)
file - parent project filecost - timephased resource assignment datarangeUnits - timescale unitsdateList - timescale date rangesCopyright © 2013. All Rights Reserved.