Package | Description |
---|---|
COM.TIBCO.hawk.config.rbengine.rulebase |
Provides classes for creating and processing rulebase used in TIBCO Hawk agents.
|
COM.TIBCO.hawk.config.rbengine.rulebase.policy |
Provides classes for creating and processing rulebase related policies.
|
Modifier and Type | Method and Description |
---|---|
ClearConditionPolicy |
Test.getClearConditionPolicy()
Returns the clear condition policy
|
Modifier and Type | Method and Description |
---|---|
void |
Test.setClearConditionPolicy(ClearConditionPolicy policy)
Sets the clear condition policy
The only supported ClearConditionPolicy types are
ClearOnFirstFalse, ClearTimer, and ClearTest
|
Modifier and Type | Class and Description |
---|---|
class |
ClearOnFirstFalse
A ClearOnFirstFalse policy indicates that a test should transition
to the false state upon the first false evaluation of its
test expression.
|
class |
ClearTest
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.
|
class |
ClearTimer
A ClearTimer policy indicates that a test should transition
to the false state upon the expiration of a timer.
|
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.