Uses of Class
net.ssehub.easy.varModel.cstEvaluation.ArithmeticOperationType
-
Packages that use ArithmeticOperationType Package Description net.ssehub.easy.varModel.cstEvaluation 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 ArithmeticOperationType Modifier and Type Method Description static ArithmeticOperationTypeArithmeticOperationType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ArithmeticOperationType[]ArithmeticOperationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in net.ssehub.easy.varModel.cstEvaluation with parameters of type ArithmeticOperationType Modifier and Type Method Description private 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.
-