Interface LPMDiscoveryResult

    • Method Detail

      • getInput

        LPMDiscoveryInput getInput()
        Returns the input for which this LPMDiscoveryResult was computed. This is needed so that postprocessing steps and advanced filtration strategies or groupings could be executed.
      • setInput

        void setInput​(LPMDiscoveryInput input)
        Sets the input for which this LPMDiscoveryResult was computed. This is needed so that postprocessing steps and advanced filtration strategies or groupings could be executed.
      • keep

        void keep​(int lpmCount)
      • fromFile

        static LPMDiscoveryResult fromFile​(java.lang.String filePath)
                                    throws java.io.IOException
        Throws:
        java.io.IOException
      • addAdditionalResults

        void addAdditionalResults​(java.lang.String key,
                                  java.lang.Object additionalResult)
      • getAdditionalResults

        java.util.Map<java.lang.String,​java.lang.Object> getAdditionalResults()