Uses of Interface
net.ssehub.easy.varModel.cstEvaluation.GenericNumberOperations.INumberComparator
Packages that use GenericNumberOperations.INumberComparator
Package
Description
Implements the evaluation of constraint syntax trees.
-
Uses of GenericNumberOperations.INumberComparator in net.ssehub.easy.varModel.cstEvaluation
Fields in net.ssehub.easy.varModel.cstEvaluation declared as GenericNumberOperations.INumberComparatorModifier and TypeFieldDescriptionprivate static final GenericNumberOperations.INumberComparatorGenericNumberOperations.GREATER_COMPARATORprivate static final GenericNumberOperations.INumberComparatorGenericNumberOperations.GREATER_EQUALS_COMPARATORprivate static final GenericNumberOperations.INumberComparatorGenericNumberOperations.LESS_COMPARATORprivate static final GenericNumberOperations.INumberComparatorGenericNumberOperations.LESS_EQUALS_COMPARATORMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type GenericNumberOperations.INumberComparatorModifier and TypeMethodDescriptionprivate static EvaluationAccessorGenericNumberOperations.comparisionOperation(EvaluationAccessor operand, EvaluationAccessor[] arguments, GenericNumberOperations.INumberComparator strategy) Compares two numbers.