Uses of Class
com.aspose.tasks.TimephasedData
-
-
Uses of TimephasedData in com.aspose.tasks
Methods in com.aspose.tasks that return TimephasedData Modifier and Type Method Description static TimephasedData
TimephasedData. createCostTimephased(int uid, Date start, Date finish, double value, int timeUnit, int type)
Creates and initializes a new instance of theTimephasedData
class for cost-based time phased data.static TimephasedData
TimephasedData. createUnitTimephased(int uid, Date start, Date finish, double units, int type)
Creates and initializes a new instance of theTimephasedData
class for unit-based time phased data of an assignment of a material resource.static TimephasedData
TimephasedData. createWorkTimephased(int uid, Date start, Date finish, double value, int timeUnit, int type)
Creates and initializes a new instance of theTimephasedData
class for work-based time phased data.TimephasedData
TimephasedDataCollection. get(int index)
Methods in com.aspose.tasks that return types with arguments of type TimephasedData Modifier and Type Method Description Iterator<TimephasedData>
TimephasedDataCollection. iterator()
Returns an iterator for this collection.List<TimephasedData>
TimephasedDataCollection. selectBetweenStartAndFinish(int timephasedDataType, Date startTime, Date finishTime)
Selects all time phases betweenstartTime
andfinishTime
.List<TimephasedData>
TimephasedDataCollection. toList()
Converts theTimephasedDataCollection
object to a list ofTimephasedData
objects.Methods in com.aspose.tasks with parameters of type TimephasedData Modifier and Type Method Description boolean
TimephasedDataCollection. add(TimephasedData item)
AddsTimephasedData
instance to this collection object.boolean
TimephasedDataCollection. containsItem(TimephasedData item)
Determines whether theTimephasedDataCollection
contains a specific value.void
TimephasedDataCollection. copyToTArray(TimephasedData[] array, int arrayIndex)
Copies the elements of theTimephasedDataCollection
to anArray
, starting at a particularArray
index.boolean
TimephasedDataCollection. remove(TimephasedData item)
RemovesTimephasedData
instance from this collection object.Method parameters in com.aspose.tasks with type arguments of type TimephasedData Modifier and Type Method Description void
TimephasedDataCollection. addRange(Iterable<TimephasedData> timephasedCollection)
Adds a collection ofTimephasedData
instances to this collection object.Date
ResourceAssignment. makeTPs(Date start, double time, Calendar calendar, List<TimephasedData> list, boolean isWorking, int type)
Generates a list of time phased data.
-