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