Class FullEdgePattern

    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.FullEdgePattern type.
      • POINTING_LEFT

        public static final Name POINTING_LEFT
        Name of the openGql.grammar.FullEdgePattern.pointingLeft field.
      • UNDIRECTED

        public static final Name UNDIRECTED
        Name of the openGql.grammar.FullEdgePattern.undirected field.
      • POINTING_RIGHT

        public static final Name POINTING_RIGHT
        Name of the openGql.grammar.FullEdgePattern.pointingRight field.
      • LEFT_OR_UNDIRECTED

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

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

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

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