Class Organizer


  • public class Organizer
    extends Object
    Reorganizes and prunes a result as prescribed by a resolved template. This class is multithread safe.
    Author:
    bratseth
    • Constructor Detail

      • Organizer

        public Organizer()
    • Method Detail

      • organize

        public void organize​(Choice templateChoice,
                             Resolution resolution,
                             Result result)
        Organizes the given result
        Parameters:
        templateChoice - a choice between singleton lists of PageTemplates
        resolution - the resolution of (at least) the template choice and all choices contained in that template
        result - the result to organize