Class UnionExpression

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<UnionExpression>

    public class UnionExpression
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<UnionExpression>
    Union operator: expr1 ∪ expr2
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.UnionExpression type.
      • LEFT

        public static final Name LEFT
        Name of the com.gdblab.pathAlgebra.expressions.UnionExpression.left field.
      • RIGHT

        public static final Name RIGHT
        Name of the com.gdblab.pathAlgebra.expressions.UnionExpression.right field.