Package | Description |
---|---|
net.sf.mpxj.mpp | |
net.sf.mpxj.utility |
Modifier and Type | Method and Description |
---|---|
static TimescaleUnits |
TimescaleUnits.getInstance(int type)
Retrieve an instance of the enum based on its int value.
|
static TimescaleUnits |
TimescaleUnits.getInstance(Number type)
Retrieve an instance of the enum based on its int value.
|
TimescaleUnits |
TimescaleTier.getUnits()
Retrieves the timescale units.
|
static TimescaleUnits |
TimescaleUnits.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TimescaleUnits[] |
TimescaleUnits.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
TimescaleTier.setUnits(TimescaleUnits units)
Sets the timescale units.
|
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.
|
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.