Class SimplifiedPathPatternExpression

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.SimplifiedPathPatternExpression type.
      • LEFT

        public static final Name LEFT
        Name of the openGql.grammar.SimplifiedPathPatternExpression.left field.
      • UNDIRECTED

        public static final Name UNDIRECTED
        Name of the openGql.grammar.SimplifiedPathPatternExpression.undirected field.
      • RIGHT

        public static final Name RIGHT
        Name of the openGql.grammar.SimplifiedPathPatternExpression.right field.
      • LEFT_OR_UNDIRECTED

        public static final Name LEFT_OR_UNDIRECTED
        Name of the openGql.grammar.SimplifiedPathPatternExpression.leftOrUndirected field.
      • UNDIRECTED_OR_RIGHT

        public static final Name UNDIRECTED_OR_RIGHT
        Name of the openGql.grammar.SimplifiedPathPatternExpression.undirectedOrRight field.
      • LEFT_OR_RIGHT

        public static final Name LEFT_OR_RIGHT
        Name of the openGql.grammar.SimplifiedPathPatternExpression.leftOrRight field.
      • ANY_DIRECTION

        public static final Name ANY_DIRECTION
        Name of the openGql.grammar.SimplifiedPathPatternExpression.anyDirection field.