Modifier and Type | Method and Description |
---|---|
Iterator<TimephasedData> |
TimephasedDataCollection.iterator() |
List<TimephasedData> |
TimephasedDataCollection.toList()
Converts the TimephasedDataCollection object to a list of
TimephasedData objects. |
Modifier and Type | Method and Description |
---|---|
void |
TimephasedDataCollection.add(TimephasedData td)
Adds
TimephasedData instance to this collection object. |
void |
TimephasedDataCollection.remove(TimephasedData td)
Removes
TimephasedData instance from this collection object. |
Modifier and Type | Method and Description |
---|---|
void |
TimephasedDataCollection.addRange(com.aspose.ms.System.Collections.Generic.IGenericEnumerable<TimephasedData> timephased)
Adds a collection of
TimephasedData instances to this collection object. |
Date |
ResourceAssignment.makeTPs(Date start,
double time,
Calendar calendar,
List<TimephasedData> outTP,
boolean isWorking,
int type)
Generates a list of time phased data.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.