Class Result

    • Constructor Detail

      • Result

        public Result​(SearchTask task,
                      ResultFormat format)
               throws IllegalArgumentException
        Creates an individual Result related to the current state of task using the specified format.
        Parameters:
        task - a SearchTask, the properties of which that conform to ResultFormat will form this Result
        format - a ResultFormat
        Throws:
        IllegalArgumentException - if task is null
      • Result

        public Result​(Result r)
    • Method Detail

      • getTaskIdentifier

        public Identifier getTaskIdentifier()