Class BooleanOperations
java.lang.Object
net.ssehub.easy.varModel.cstEvaluation.BooleanOperations
Implements Boolean operations.
- Author:
- Holger Eichelberger
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionprivate static interfaceDefines the interface for a binary boolean operation.private static classGenerically implements binary Boolean operations. -
Field Summary
FieldsModifier and TypeFieldDescription(package private) static final IOperationEvaluatorImplements the unary Boolean negation.(package private) static final IOperationEvaluatorImplements the warning operation. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NOT
Implements the unary Boolean negation. -
WARNING
Implements the warning operation. If the inner expression is defined, then go to true. If undefined, remain on undefined.
-
-
Constructor Details
-
BooleanOperations
private BooleanOperations()Prevents external creation.
-
-
Method Details
-
register
public static final void register()Registers the defined operations.
-