Class PathElement

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.PathElement type.
      • NODE

        public static final Name NODE
        Name of the com.gdblab.pathAlgebra.expressions.PathElement.node field.
      • EDGE

        public static final Name EDGE
        Name of the com.gdblab.pathAlgebra.expressions.PathElement.edge field.
      • FIRST

        public static final Name FIRST
        Name of the com.gdblab.pathAlgebra.expressions.PathElement.first field.
      • LAST

        public static final Name LAST
        Name of the com.gdblab.pathAlgebra.expressions.PathElement.last field.
    • Method Detail

      • accept

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