Class AllPathSearch

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

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

      • TYPE_

        public static final Name TYPE_
        Name of the openGql.grammar.AllPathSearch type.
      • MODE

        public static final Name MODE
        Name of the openGql.grammar.AllPathSearch.mode field.
      • OR_PATHS

        public static final Name OR_PATHS
        Name of the openGql.grammar.AllPathSearch.orPaths field.
    • Method Detail

      • equals

        public boolean equals​(java.lang.Object other)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • compareTo

        public int compareTo​(AllPathSearch other)
        Specified by:
        compareTo in interface java.lang.Comparable<AllPathSearch>