Interface IExperimentIntermediateResultProcessor


  • public interface IExperimentIntermediateResultProcessor
    A result processor is used to push new result values to the database when they arrive. The result processor internally knows to which experiment the pushed values belong.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      void processResults​(java.util.Map<java.lang.String,​java.lang.Object> results)
      The result fields and the values that should be pushed for them.
    • Method Detail

      • processResults

        void processResults​(java.util.Map<java.lang.String,​java.lang.Object> results)
        The result fields and the values that should be pushed for them.
        Parameters:
        results -