Package hec.data.rating
Class RatingOutput
java.lang.Object
hec.data.rating.RatingOutput
Contains the output data for a rating function.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturns the input used to generate the output.Gets the output parameter values.void
setInput
(AbstractRatingInput ratingInput) Sets the rating input.void
setValues
(ParameterValues depValues) Sets the output parameter values.
-
Constructor Details
-
RatingOutput
public RatingOutput()Empty constructor.
-
-
Method Details
-
getRatingInput
Returns the input used to generate the output.- Returns:
-
setInput
Sets the rating input.- Parameters:
ratingInput
-
-
setValues
Sets the output parameter values.- Parameters:
depValues
-
-
getValues
Gets the output parameter values.- Returns:
-