Class Suggestion<T>

java.lang.Object
org.genesys.taxonomy.checker.Suggestion<T>
Type Parameters:
T - the generic type

public class Suggestion<T> extends Object
The Class Suggestion.
  • Method Details

    • getScore

      public double getScore()
      Gets the score.
      Returns:
      the score
    • setScore

      public void setScore(double newScore)
      Update the score
      Parameters:
      newScore - obviously
    • getSuggestion

      public T getSuggestion()
      Gets the suggestion.
      Returns:
      the suggestion
    • toString

      public String toString()
      Overrides:
      toString in class Object