Condition Sets

In addition to using a single Condition, you can also combine Conditions. A Condition Set is a set of one or more Conditions; the set is treated as a single Condition.

Create Condition Sets with ConditionSetFactory. (In Java, this is com.datasynapse.gridserver.client.ConditionSetFactory.) After you create a Condition Set, use its add method to add Conditions to it. There are three types of Condition Sets, described below, which dictate how the Conditions are evaluated, and what Conditions can be added.