|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.ObjectCOM.TIBCO.hawk.config.rbengine.rulebase.policy.TrueCountThreshold
public class TrueCountThreshold
A TrueCountThreshold policy indicates that a test should transition to the true state after a certain number of true evaluations of its test expression, the true count threshold.
| Constructor Summary | |
|---|---|
TrueCountThreshold(int trueCount)
Constructs a TrueCountThreshold policy. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object o)
Compares two TrueCountThreshold objects for equality. |
int |
getTrueCountThreshold()
Returns the true count threshold value of this policy |
| Methods inherited from class java.lang.Object |
|---|
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TrueCountThreshold(int trueCount)
trueCount - the policy's true count threshold value
java.lang.IllegalArgumentException - if trueCount is not greater than 0.| Method Detail |
|---|
public int getTrueCountThreshold()
public boolean equals(java.lang.Object o)
equals in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||