Class ArrayMin<T extends Number>

    • Field Detail

      • m_ReturnIndex

        protected boolean m_ReturnIndex
        whether to return the index instead of the actual value.
    • Constructor Detail

      • ArrayMin

        public ArrayMin()
    • Method Detail

      • setReturnIndex

        public void setReturnIndex​(boolean value)
        Sets whether to return the index instead of the actual value.
        Parameters:
        value - if true then the index is returned instead of the value
      • getReturnIndex

        public boolean getReturnIndex()
        Returns whether to return the index instead of the actual value.
        Returns:
        true if the index is returned instead of the value
      • returnIndexTipText

        public String returnIndexTipText()
        Returns the tip text for this property.
        Returns:
        tip text for this property suitable for displaying in the GUI or for listing the options.
      • getMin

        public int getMin()
        Returns the minimum number of arrays that need to be present. -1 for unbounded.
        Specified by:
        getMin in class AbstractArrayStatistic<T extends Number>
        Returns:
        the minimum number, -1 for unbounded
      • getMax

        public int getMax()
        Returns the maximum number of arrays that need to be present. -1 for unbounded.
        Specified by:
        getMax in class AbstractArrayStatistic<T extends Number>
        Returns:
        the maximum number, -1 for unbounded