public interface IPDICondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(IPDICondition condition)
Determines whether both conditions are the same
|
java.lang.String |
getExpression()
Returns the condition expression
|
int |
getIgnoreCount()
Returns the ignore count of this condition
|
java.lang.String[] |
getThreadIds()
Return the string array of thread ids of this condition
|
java.lang.String getExpression()
int getIgnoreCount()
java.lang.String[] getThreadIds()
boolean equals(IPDICondition condition)
condition - another condition to be comparedCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.