Class BottomNAttributeStatisticVisitor

    • Field Detail

      • m_comparator

        protected java.util.Comparator<java.lang.Double> m_comparator
    • Constructor Detail

      • BottomNAttributeStatisticVisitor

        public BottomNAttributeStatisticVisitor()

        Constructor for BottomNAttributeStatisticVisitor.

    • Method Detail

      • afterPropertiesSet

        public void afterPropertiesSet()

        afterPropertiesSet

        Specified by:
        afterPropertiesSet in interface AttributeStatisticVisitorWithResults
        Specified by:
        afterPropertiesSet in interface org.springframework.beans.factory.InitializingBean
        See Also:
        InitializingBean.afterPropertiesSet()
      • getComparator

        public java.util.Comparator<java.lang.Double> getComparator()

        getComparator

        Returns:
        a Comparator object.
      • setComparator

        public void setComparator​(java.util.Comparator<java.lang.Double> comparator)

        setComparator

        Parameters:
        comparator - a Comparator object.