See: Description
Interface | Description |
---|---|
ClearConditionPolicy |
ClearConditionPolicy objects are used in tests to determine
when a test should transition to a false state.
|
PerformActionPolicy |
PerformActionPolicy objects are used in actions to determin
when they actually execute.
|
TrueConditionPolicy |
TrueConditionPolicy objects are used in tests to determine
when they transition to a true state.
|
Class | Description |
---|---|
ClearOnFirstFalse |
A ClearOnFirstFalse policy indicates that a test should transition
to the false state upon the first false evaluation of its
test expression.
|
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.
|
ClearTimer |
A ClearTimer policy indicates that a test should transition
to the false state upon the expiration of a timer.
|
PerformAlways |
This policy is used to indicate that an action should always be executed.
|
PerformCountOnInterval |
This policy is used to indicate that an action should be executed a fixed
number of times with a minimum pause between executions.
|
PerformOnceOnly |
This policy is used to indicate that an action should be executed
only once durring a true series.
|
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.
|
TrueCountThreshold
policy is used determind when the threshold that
a test should transition to the true state after a certain number of true evaluations of its
test expression.
For policy to clear a test,
The
ClearOnFirstFalse
,
ClearTest
, or
ClearTimer
are used to clear a test when the transition to the false state
upon the first false evaluation of its test expression,
true evaluation of the clear test expression contained in the ClearTest policy object, or
expiration of a timer respectively.
PerformOnceOnly
is used to indicate that an action should be executed
only once durring a true series while a
PerformAlways
to indicate that an
action should always be executed.
The policy PerformCountOnInterval
is used to execute an action for fixed number of times with a minimum pause between executions.
Copyright © 2000-2019 TIBCO Inc. All Rights Reserved.