Package hec.io
Class TimeSeriesContainerQualityUtil
java.lang.Object
hec.io.TimeSeriesContainerQualityUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic int
If quality exists, counts the missing flags otherwise counts the number of invalid valuesstatic int
If quality exists, counts the question flagsstatic int
If quality exists, counts the rejected flags
-
Method Details
-
getNumberValuesMissing
If quality exists, counts the missing flags otherwise counts the number of invalid values- Parameters:
tsc
- non-null container which will be interrogated for missing values- Returns:
- count of missing values based on quality or the values themselves
-
getNumberValuesReject
If quality exists, counts the rejected flags- Parameters:
tsc
- non-null container which will be interrogated for rejected values- Returns:
- count of rejected values based on quality
-
getNumberValuesQuestion
If quality exists, counts the question flags- Parameters:
tsc
- non-null container which will be interrogated for question values- Returns:
- count of question values based on quality
-