Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.utility |
Modifier and Type | Method and Description |
---|---|
LocalDateTimeRange |
Availability.getRange()
Retrieves the date range of the availability period.
|
Modifier and Type | Method and Description |
---|---|
List<LocalDateTimeRange> |
Task.getSplits()
This method retrieves a list of task splits.
|
Modifier and Type | Method and Description |
---|---|
int |
LocalDateTimeRange.compareTo(LocalDateTimeRange o) |
Modifier and Type | Method and Description |
---|---|
void |
Task.setSplits(List<LocalDateTimeRange> splits)
Internal method used to set the list of splits.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<LocalDateTimeRange> |
TimescaleUtility.createTimescale(LocalDateTime startDate,
TimescaleUnits segmentUnit,
int segmentCount)
Given a start date, a timescale unit, and a number of segments, this
method creates an array of date ranges.
|
Modifier and Type | Method and Description |
---|---|
ArrayList<Double> |
TimephasedUtility.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> |
TimephasedUtility.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> |
TimephasedUtility.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> |
TimephasedUtility.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.
|
Copyright © 2000–2024 Packwood Software. All rights reserved.