Class Rpq

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.syntax.Rpq type.
      • PARENTHESIS

        public static final Name PARENTHESIS
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.parenthesis field.
      • LABEL

        public static final Name LABEL
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.label field.
      • NEGATED

        public static final Name NEGATED
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.negated field.
      • REVERSE

        public static final Name REVERSE
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.reverse field.
      • OPTIONAL

        public static final Name OPTIONAL
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.optional field.
      • PLUS

        public static final Name PLUS
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.plus field.
      • STAR

        public static final Name STAR
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.star field.
      • CONCATENATION

        public static final Name CONCATENATION
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.concatenation field.
      • ALTERNATION

        public static final Name ALTERNATION
        Name of the com.gdblab.pathAlgebra.syntax.Rpq.alternation field.
    • Method Detail

      • accept

        public abstract <R> R accept​(Rpq.Visitor<R> visitor)
        Dispatch to visitor.