Modifier and Type | Method and Description |
---|---|
RiskPattern |
RiskPatternCollection.get_Item(Task task)
Gets the instance of the
RiskPattern class for the specified task. |
Modifier and Type | Method and Description |
---|---|
Iterator<RiskPattern> |
RiskPatternCollection.iterator()
Returns an enumerator for this collection.
|
Modifier and Type | Method and Description |
---|---|
boolean |
RiskPatternCollection.add(RiskPattern pattern)
Adds an instance of the
RiskPattern class to this collection. |
boolean |
RiskPatternCollection.contains(RiskPattern item)
Returns true if the specified item is found in this collection; otherwise, false.
|
void |
RiskPatternCollection.copyTo(RiskPattern[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|
boolean |
RiskPatternCollection.remove(RiskPattern item)
Removes the first occurrence of a specific object from this collection.
|
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.