![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
If you want the rule with the smallest return value to be ranked highest, multiply by negative one (-1.0) to reverse the size of the values. For example suppose you want rules that were asserted earlier to execute before those that were asserted later. The time values returned by three rules are 100, 150, and 300. Using -1.0 * time), they will be fired in the desired order: -100.0 (the largest value), then -150.0, then -300.0.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |