Class ConstraintClassifier

java.lang.Object
net.ssehub.easy.varModel.model.filter.ConstraintClassifier
All Implemented Interfaces:
IConstraintTreeVisitor

class ConstraintClassifier extends 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