Package com.framed.cdss.utils
package com.framed.cdss.utils
-
ClassDescriptionEnumerates the types of channel conditions supported:
RuleType.ANY: at least one new messageRuleType.AT_LEAST: at leastnnew messagesRuleType.REQUIRE_VALUE: at least one new message and latest value equalsvalueEnumerates the directions of trends:TrendDirection.UP: find upwards trendsTrendDirection.DOWN: find downwards trendsTrendDirection.BOTH: find both up- and downwards trendsEnumerates the mode of tends conditions supported:TrendMode.MEAN_STEP_DIFF: The trend is measured by the mean difference between observed data points.TrendMode.REGRESSION_SLOPE: The trend is measured by the best fitting slope (regression).