Class ConstraintClassifier

  • All Implemented Interfaces:
    IConstraintTreeVisitor

    class ConstraintClassifier
    extends java.lang.Object
    implements IConstraintTreeVisitor
    This class is able to classify a constraint in one of the following categories.
    • AssignmentConstraints - Assigning one value to exactly one variable
    • Constraints - all other constraints without the AssignmentConstraints
    Author:
    El-Sharkawy