Class PathExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression type.
      • BASE

        public static final Name BASE
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.base field.
      • SELECTION

        public static final Name SELECTION
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.selection field.
      • JOIN

        public static final Name JOIN
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.join field.
      • UNION

        public static final Name UNION
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.union field.
      • RECURSIVE

        public static final Name RECURSIVE
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.recursive field.
      • GROUP_BY

        public static final Name GROUP_BY
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.groupBy field.
      • ORDER_BY

        public static final Name ORDER_BY
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.orderBy field.
      • PROJECTION

        public static final Name PROJECTION
        Name of the com.gdblab.pathAlgebra.expressions.PathExpression.projection field.