Class EnumOperations
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.EnumOperations
-
public class EnumOperations extends java.lang.ObjectImplements enum and ordered enum operations.- Author:
- Holger Eichelberger
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description private static interfaceEnumOperations.BinaryEnumComparisonOperationDefines the evaluation of a binary enum (literal) operation.private static classEnumOperations.EnumComparisonOperationImplements the generic enum comparison operation based onEnumOperations.BinaryEnumComparisonOperation.(package private) static classEnumOperations.MinMaxEvaluatorImplementsOrderedEnum.MIN.
-
Field Summary
Fields Modifier and Type Field Description (package private) static IOperationEvaluatorORDINALImplements the ordinal operation for enums.
-
Constructor Summary
Constructors Modifier Constructor Description privateEnumOperations()Prevents external creation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Registers the defined operations.
-
-
-
Field Detail
-
ORDINAL
static final IOperationEvaluator ORDINAL
Implements the ordinal operation for enums.
-
-