The following Java files form the interfaces and exceptions for the internal Orchestrator constraint grid structure:
Perform a logical and-ing of all child constraints.
For complete documentation of the class, see AndConstraint.
Binary Operator Constraints that have both a left and right side.
For complete documentation of the class, see BetweenConstraint.
Binary Operator Constraints that have both a left and right side.
For complete documentation of the class, see BinaryConstraint.
Basic Constraint interface which allows traversal and evaluation of a constraint tree.
For complete documentation of the class, see Constraint.
Constainer constraints that perform logical aggregation operations on contained constraints.
For complete documentation of the class, see ContainerConstraint.
Performs a simple set operation that returns true is the right side of the operation is found in the value set of the left side.
For complete documentation of the class, see ContainsConstraint.
For exceptions that occur in parsing or executing constraints.
For complete documentation of the class, see ConstraintException.
Evaluates to true only if the left side fact is defined in the match context.
For complete documentation of the class, see DefinedConstraint.
Performs a equality constraint operation.
For complete documentation of the class, see AndConstraint.
Performs a 'greater than or equal to' constraint operation.
For complete documentation of the class, see AndConstraint.
Performs a 'greater than' constraint operation.
For complete documentation of the class, see AndConstraint.
Perform a conditional if,then,else block.
For complete documentation of the class, see AndConstraint.
Performs a 'less than or equal to' constraint operation.
For complete documentation of the class, see AndConstraint.
Performs a 'less than' constraint operation.
For complete documentation of the class, see AndConstraint.
Performs a not equal constraint operation.
For complete documentation of the class, see AndConstraint.
Perform a logical not operation of all the child constraints.
For complete documentation of the class, see AndConstraint.
Operator constraints that perform camparision operation on facts.
For complete documentation of the class, see AndConstraint.
Perform a logical or-ing operation of all the child constraints.
For complete documentation of the class, see AndConstraint.
Typed constraint must only be used as the outermost wrapper when it is necessary to override the default constraint type of 'resource'.
For complete documentation of the class, see AndConstraint.
Evaluates to true only if the left side fact is not defined in the match contect.
For complete documentation of the class, see AndConstraint.