|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.sf.mpxj.TimephasedWorkData
public class TimephasedWorkData
Class used to manage timephased data.
| Constructor Summary | |
|---|---|
TimephasedWorkData(ProjectCalendar calendar,
TimephasedWorkNormaliser normaliser,
List<TimephasedWork> data,
boolean raw)
Constructor. |
|
TimephasedWorkData(TimephasedWorkData source,
double perDayFactor,
double totalFactor)
Copy constructor which can be used to scale the data it is copying by a given factor. |
|
| Method Summary | |
|---|---|
List<TimephasedWork> |
getData()
Retrieves the timephased data. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TimephasedWorkData(ProjectCalendar calendar,
TimephasedWorkNormaliser normaliser,
List<TimephasedWork> data,
boolean raw)
calendar - calendar to which the timephased data relatesnormaliser - normaliser used to process this datadata - timephased dataraw - flag indicating if this data is raw
public TimephasedWorkData(TimephasedWorkData source,
double perDayFactor,
double totalFactor)
source - source dataperDayFactor - per day scaling factortotalFactor - total scaling factor| Method Detail |
|---|
public List<TimephasedWork> getData()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||