The following Java files form the interfaces and exceptions for the PlateSpin Orchestrate constraint grid structure:
Perform a logical and-ing of all child constraints.This is a no-op if this constraint contains no children.
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 that allows traversal and evaluation of a constraint tree.
For complete documentation of the class, see Constraint.
Container 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.
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 EqConstraint.
Performs a ‘greater than or equal to’ constraint operation.
For complete documentation of the class, see GeConstraint.
Performs a 'greater than' constraint operation.
For complete documentation of the class, see GtConstraint.
Perform a conditional if,then,else block.
For complete documentation of the class, see IfConstraint.
Performs a ‘less than or equal to’ constraint operation.
For complete documentation of the class, see LeConstraint.
Performs a ‘less than’ constraint operation.
For complete documentation of the class, see LtConstraint.
Performs a not equal constraint operation.
For complete documentation of the class, see NeConstraint.
Perform a logical not operation of all the child constraints.
For complete documentation of the class, see NotConstraint.
Operator constraints that perform comparison operation on facts.
For complete documentation of the class, see OperatorConstraint.
Perform a logical or-ing operation of all the child constraints.
For complete documentation of the class, see OrConstraint.
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 TypedConstraint.
Evaluates to true only if the left side fact is not defined in the match context.
For complete documentation of the class, see UndefinedConstraint.
For exceptions that occur in parsing or executing constraints.
For complete documentation of the class, see Constraint exception.