Class ClearTest
java.lang.Object
COM.TIBCO.hawk.config.rbengine.rulebase.policy.ClearTest
- All Implemented Interfaces:
ClearConditionPolicy
A ClearTest policy indicates that a test should transition
to the false state upon the true evaluation of the clear
test expression contained in the ClearTest policy object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanCompares two ClearTest objects for equality.protected StringAnswer the ClearOnTestName.Answer the test for the clear test.protected voidsetClearOnTestName(String name) Set the ClearOnTestName.
-
Constructor Details
-
ClearTest
Constructs a ClearTest object- Parameters:
test- the policy's test expression- Throws:
IllegalArgumentException- if test is null
-
-
Method Details