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 TimephasedDataTimephasedData. createCostTimephased(int uid, Date start, Date finish, double value, int timeUnit, int type)Creates and initializes a new instance of theTimephasedDataclass for cost-based time phased data.static TimephasedDataTimephasedData. createUnitTimephased(int uid, Date start, Date finish, double units, int type)Creates and initializes a new instance of theTimephasedDataclass for unit-based time phased data of an assignment of a material resource.static TimephasedDataTimephasedData. createWorkTimephased(int uid, Date start, Date finish, double value, int timeUnit, int type)Creates and initializes a new instance of theTimephasedDataclass for work-based time phased data.TimephasedDataTimephasedDataCollection. 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 betweenstartTimeandfinishTime.List<TimephasedData>TimephasedDataCollection. toList()Converts theTimephasedDataCollectionobject to a list ofTimephasedDataobjects.Methods in com.aspose.tasks with parameters of type TimephasedData Modifier and Type Method Description booleanTimephasedDataCollection. add(TimephasedData item)AddsTimephasedDatainstance to this collection object.booleanTimephasedDataCollection. containsItem(TimephasedData item)Determines whether theTimephasedDataCollectioncontains a specific value.voidTimephasedDataCollection. copyToTArray(TimephasedData[] array, int arrayIndex)Copies the elements of theTimephasedDataCollectionto anArray, starting at a particularArrayindex.booleanTimephasedDataCollection. remove(TimephasedData item)RemovesTimephasedDatainstance from this collection object.Method parameters in com.aspose.tasks with type arguments of type TimephasedData Modifier and Type Method Description voidTimephasedDataCollection. addRange(Iterable<TimephasedData> timephasedCollection)Adds a collection ofTimephasedDatainstances to this collection object.DateResourceAssignment. makeTPs(Date start, double time, Calendar calendar, List<TimephasedData> list, boolean isWorking, int type)Generates a list of time phased data.
-