Class GraphPattern

  • All Implemented Interfaces:
    java.io.Serializable, java.lang.Comparable<GraphPattern>

    public class GraphPattern
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<GraphPattern>
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.GraphPattern type.
      • MATCH_MODE

        public static final Name MATCH_MODE
        Name of the openGql.grammar.GraphPattern.matchMode field.
      • PATH_PATTERNS

        public static final Name PATH_PATTERNS
        Name of the openGql.grammar.GraphPattern.pathPatterns field.
      • KEEP_CLAUSE

        public static final Name KEEP_CLAUSE
        Name of the openGql.grammar.GraphPattern.keepClause field.
      • WHERE_CLAUSE

        public static final Name WHERE_CLAUSE
        Name of the openGql.grammar.GraphPattern.whereClause field.
      • pathPatterns

        public final java.util.List<PathPattern> pathPatterns