Uses of Interface
net.ssehub.easy.varModel.cstEvaluation.GenericNumberOperations.INumberComparator
-
Packages that use GenericNumberOperations.INumberComparator Package Description net.ssehub.easy.varModel.cstEvaluation 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.INumberComparator Modifier and Type Field Description private static GenericNumberOperations.INumberComparatorGenericNumberOperations. GREATER_COMPARATORprivate static GenericNumberOperations.INumberComparatorGenericNumberOperations. GREATER_EQUALS_COMPARATORprivate static GenericNumberOperations.INumberComparatorGenericNumberOperations. LESS_COMPARATORprivate static GenericNumberOperations.INumberComparatorGenericNumberOperations. LESS_EQUALS_COMPARATORMethods in net.ssehub.easy.varModel.cstEvaluation with parameters of type GenericNumberOperations.INumberComparator Modifier and Type Method Description private static EvaluationAccessorGenericNumberOperations. comparisionOperation(EvaluationAccessor operand, EvaluationAccessor[] arguments, GenericNumberOperations.INumberComparator strategy)Compares two numbers.
-