Class ComparisonOperator

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator type.
      • EQUAL

        public static final Name EQUAL
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.equal field.
      • NOT_EQUAL

        public static final Name NOT_EQUAL
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.notEqual field.
      • LESS_THAN

        public static final Name LESS_THAN
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.lessThan field.
      • LESS_THAN_OR_EQUAL

        public static final Name LESS_THAN_OR_EQUAL
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.lessThanOrEqual field.
      • GREATER_THAN

        public static final Name GREATER_THAN
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.greaterThan field.
      • GREATER_THAN_OR_EQUAL

        public static final Name GREATER_THAN_OR_EQUAL
        Name of the com.gdblab.pathAlgebra.expressions.ComparisonOperator.greaterThanOrEqual field.