Class Threshold.Address

    • Field Detail

      • address

        protected final IpAddr address
    • 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<IpAddr>
      • equals

        public final boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class java.lang.Object