Modifier and Type | Class and Description |
---|---|
class |
AssignmentBaseline
Represents Baseline of a resource assignment.
|
class |
TaskBaseline
Represents Baseline of a Task.
|
Modifier and Type | Method and Description |
---|---|
Baseline |
BaselineCollection.get(int index)
Returns the baseline at the specified position.
|
Baseline |
BaselineCollection.remove(int index)
Removes the element at the specified position in this list.
|
Modifier and Type | Method and Description |
---|---|
List<Baseline> |
BaselineCollection.toList()
Converts the BaselineCollection object to a list of
Baseline objects. |
Modifier and Type | Method and Description |
---|---|
int |
Baseline.compareTo(Baseline obj)
Returns a value indicating whether this instance is greater or less than a specified object.
|