Class MetaTypeOperations
- java.lang.Object
-
- net.ssehub.easy.varModel.cstEvaluation.MetaTypeOperations
-
public class MetaTypeOperations extends java.lang.ObjectImplements the meta type operations.- Author:
- Holger Eichelberger
-
-
Field Summary
Fields Modifier and Type Field Description (package private) static IOperationEvaluatorALL_INSTANCESImplements the all instances operation.
-
Constructor Summary
Constructors Modifier Constructor Description privateMetaTypeOperations()Prevents external creation.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static voidregister()Registers the defined operations.
-
-
-
Field Detail
-
ALL_INSTANCES
static final IOperationEvaluator ALL_INSTANCES
Implements the all instances operation.
-
-