Class BooleanOperations


  • public class BooleanOperations
    extends java.lang.Object
    Implements Boolean operations.
    Author:
    Holger Eichelberger
    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private BooleanOperations()
      Prevents external creation.
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void register()
      Registers the defined operations.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • WARNING

        static final IOperationEvaluator WARNING
        Implements the warning operation. If the inner expression is defined, then go to true. If undefined, remain on undefined.
    • Constructor Detail

      • BooleanOperations

        private BooleanOperations()
        Prevents external creation.
    • Method Detail

      • register

        public static final void register()
        Registers the defined operations.