Class RatingOutput

java.lang.Object
hec.data.rating.RatingOutput

public class RatingOutput extends Object
Contains the output data for a rating function.
  • Constructor Details

    • RatingOutput

      public RatingOutput()
      Empty constructor.
  • Method Details

    • getRatingInput

      public AbstractRatingInput getRatingInput()
      Returns the input used to generate the output.
      Returns:
    • setInput

      public void setInput(AbstractRatingInput ratingInput)
      Sets the rating input.
      Parameters:
      ratingInput -
    • setValues

      public void setValues(ParameterValues depValues)
      Sets the output parameter values.
      Parameters:
      depValues -
    • getValues

      public ParameterValues getValues()
      Gets the output parameter values.
      Returns: