Class EnumOperations
java.lang.Object
net.ssehub.easy.varModel.cstEvaluation.EnumOperations
Implements enum and ordered enum operations.
- Author:
- Holger Eichelberger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interfaceDefines the evaluation of a binary enum (literal) operation.private static classImplements the generic enum comparison operation based onEnumOperations.BinaryEnumComparisonOperation.(package private) static classImplementsOrderedEnum.MIN. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final IOperationEvaluatorImplements the ordinal operation for enums. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ORDINAL
Implements the ordinal operation for enums.
-
-
Constructor Details
-
EnumOperations
private EnumOperations()Prevents external creation.
-
-
Method Details
-
register
public static final void register()Registers the defined operations.
-