Uses of Enum Class
net.ssehub.easy.varModel.cstEvaluation.ArithmeticOperationType
Packages that use ArithmeticOperationType
Package
Description
Implements the evaluation of constraint syntax trees.
-
Uses of ArithmeticOperationType in net.ssehub.easy.varModel.cstEvaluation
Methods in net.ssehub.easy.varModel.cstEvaluation that return ArithmeticOperationTypeModifier and TypeMethodDescriptionstatic ArithmeticOperationTypeReturns the enum constant of this class with the specified name.static ArithmeticOperationType[]ArithmeticOperationType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ArithmeticOperationTypeModifier and TypeMethodDescriptionprivate static EvaluationAccessorIntegerOperations.arithmeticOperationIntInt(EvaluationAccessor operand, EvaluationAccessor[] arguments, ArithmeticOperationType type) Implements arithmetic operations of two integer variables/values.private static EvaluationAccessorRealOperations.arithmeticOperationReal(EvaluationAccessor operand, EvaluationAccessor[] arguments, ArithmeticOperationType type) Implements arithmetic operations of two integer variables/values.