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 item)
Adds an instance of the
RiskPattern class to this collection. |
void |
RiskPatternCollection.copyTo(RiskPattern[] array,
int arrayIndex)
Copies the elements of this collection to the specified array, starting at the specified array index.
|