Uses of Interface
net.ssehub.easy.varModel.cstEvaluation.BooleanOperations.BinaryBooleanOperation
-
Packages that use BooleanOperations.BinaryBooleanOperation Package Description net.ssehub.easy.varModel.cstEvaluation Implements the evaluation of constraint syntax trees. -
-
Uses of BooleanOperations.BinaryBooleanOperation in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as BooleanOperations.BinaryBooleanOperation Modifier and Type Field Description private BooleanOperations.BinaryBooleanOperationBooleanOperations.BinaryOperationEvaluator. opConstructors in net.ssehub.easy.varModel.cstEvaluation with parameters of type BooleanOperations.BinaryBooleanOperation Constructor Description BinaryOperationEvaluator(BooleanOperations.BinaryBooleanOperation op)Creates a binary operation evaluator based on a binary boolean operation.
-