Package hydra.query

Class Path.Inverse

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    Path

    public static final class Path.Inverse
    extends Path
    implements java.io.Serializable
    A path given by the inverse of another path
    See Also:
    Serialized Form
    • Field Detail

      • value

        public final Path value
    • Constructor Detail

      • Inverse

        public Inverse​(Path value)
    • 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