Package | Description |
---|---|
net.sf.mpxj | |
net.sf.mpxj.common | |
net.sf.mpxj.mpp | |
net.sf.mpxj.mspdi | |
net.sf.mpxj.utility |
Modifier and Type | Method and Description |
---|---|
List<TimephasedWork> |
TimephasedWorkContainer.getData()
Retrieves the timephased data.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedActualOvertimeWork()
Retrieves the timephased breakdown of the actual overtime work for this
resource assignment.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedActualWork()
Retrieves the timephased breakdown of the completed work for this
resource assignment.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedBaselineWork(int index)
Retrieve timephased baseline work.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedOvertimeWork()
Retrieves the timephased breakdown of the planned overtime work for this
resource assignment.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedPlannedWork()
Retrieves the timephased breakdown of the planned work for this
resource assignment.
|
List<TimephasedWork> |
ResourceAssignment.getTimephasedWork()
Retrieves the timephased breakdown of the planned work for this
resource assignment.
|
Constructor and Description |
---|
TimephasedWork(TimephasedWork sourceItem)
Copy constructor.
|
TimephasedWork(TimephasedWork sourceItem,
double totalFactor,
double perDayFactor)
Copy constructor, allowing scaling.
|
Modifier and Type | Method and Description |
---|---|
List<TimephasedWork> |
DefaultTimephasedWorkContainer.getData() |
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractTimephasedWorkNormaliser.convertToHours(List<TimephasedWork> list)
Converts duration values from minutes to hours.
|
protected void |
AbstractTimephasedWorkNormaliser.mergeSameWork(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedWork> list)
Merges individual days together into time spans where the
same work is undertaken each day.
|
static void |
SplitTaskFactory.processSplitData(ResourceAssignment assignment,
List<TimephasedWork> timephasedComplete,
List<TimephasedWork> timephasedPlanned)
Process the timephased resource assignment data to work out the
split structure of the task.
|
static void |
SplitTaskFactory.processSplitData(ResourceAssignment assignment,
List<TimephasedWork> timephasedComplete,
List<TimephasedWork> timephasedPlanned)
Process the timephased resource assignment data to work out the
split structure of the task.
|
Constructor and Description |
---|
DefaultTimephasedWorkContainer(ResourceAssignment assignment,
TimephasedNormaliser<TimephasedWork> normaliser,
List<TimephasedWork> data,
boolean raw)
Constructor.
|
DefaultTimephasedWorkContainer(ResourceAssignment assignment,
TimephasedNormaliser<TimephasedWork> normaliser,
List<TimephasedWork> data,
boolean raw)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
protected abstract void |
MPPAbstractTimephasedWorkNormaliser.mergeSameDay(ProjectCalendar calendar,
List<TimephasedWork> list)
This method merges together timephased data for the same day.
|
protected void |
MPPTimephasedBaselineWorkNormaliser.mergeSameDay(ProjectCalendar calendar,
List<TimephasedWork> list)
This method merges together timephased data for the same day.
|
protected void |
MPPTimephasedWorkNormaliser.mergeSameDay(ProjectCalendar calendar,
List<TimephasedWork> list)
This method merges together timephased data for the same day.
|
void |
MPPAbstractTimephasedWorkNormaliser.normalise(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedWork> list)
This method converts the internal representation of timephased
data used by MS Project into a standardised
format to make it easy to work with.
|
Modifier and Type | Method and Description |
---|---|
void |
MSPDITimephasedWorkNormaliser.normalise(ProjectCalendar calendar,
TimePeriodEntity parent,
List<TimephasedWork> list)
This method converts the internal representation of timephased
data used by MS Project into a standardised
format to make it easy to work with.
|
Modifier and Type | Method and Description |
---|---|
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<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.