Class Threshold.Protocol

    • Constructor Detail

      • Protocol

        public Protocol​(int protocol)
    • Method Detail

      • match

        protected final org.opennms.netmgt.flows.classification.internal.decision.Threshold.Match match​(PreprocessedRule rule,
                                                                                                        Bounds bounds)
        Description copied from class: Threshold
        Checks if the given rule matches values that are less than, equal to, or greater than this threshold.

        The given bounds are also considered. A rule matches only if it specifies values within the given bounds.

        Specified by:
        match in class Threshold<Integer>
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object