Class DoubleMinMaxProcessor

  • All Implemented Interfaces:
    Processor

    public class DoubleMinMaxProcessor
    extends java.lang.Object
    implements Processor
    Sink collecting minimum and maximum values.
    Since:
    0.7.0
    Author:
    Erich Schubert
    • Constructor Detail

      • DoubleMinMaxProcessor

        public DoubleMinMaxProcessor()
        Constructor.
    • Method Detail

      • connectInput

        public void connectInput​(SharedDouble input)
        Connect an input channel.
        Parameters:
        input - Input channel
      • merge

        protected void merge​(DoubleMinMax minmax)
        Merge the result of an instance.
        Parameters:
        minmax - Minmax value
      • getMinMax

        public DoubleMinMax getMinMax()
        Get the minmax object.
        Returns:
        Minmax object