Class Node

    • Constructor Detail

      • Node

        public Node​(double score)
    • Method Detail

      • getScore

        public double getScore()
        Returns the normalized (0-1) score of this node
      • setScore

        public void setScore​(double score)
        Sets the normalized (0-1) score of this node
      • increaseScore

        public double increaseScore​(double increment)
        Increases this score by an increment and returns the new score
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object