Class PathFeatures

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

    public class PathFeatures
    extends java.lang.Object
    implements java.io.Serializable, java.lang.Comparable<PathFeatures>
    Path functions only found in OpenCypher
    See Also:
    Serialized Form
    • Field Detail

      • TYPE_

        public static final Name TYPE_
        Name of the hydra.cypher.features.PathFeatures type.
      • SHORTEST_PATH

        public static final Name SHORTEST_PATH
        Name of the hydra.cypher.features.PathFeatures.shortestPath field.
      • shortestPath

        public final java.lang.Boolean shortestPath
        The shortestPath() function
    • Constructor Detail

      • PathFeatures

        public PathFeatures​(java.lang.Boolean shortestPath)
        Constructs an immutable PathFeatures.
        Parameters:
        shortestPath - The shortestPath() function
    • 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
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • compareTo

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