|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.utility.TimephasedUtility
public final class TimephasedUtility
This class contains methods relating to manipulating timephased data.
| Constructor Summary | |
|---|---|
TimephasedUtility()
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimephasedUtility()
| Method Detail |
|---|
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 ranges
public 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 ranges
public 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 ranges
public 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 ranges
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||