Class Organizer


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

      Constructors 
      Constructor Description
      Organizer()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void organize​(Choice templateChoice, Resolution resolution, Result result)
      Organizes the given result
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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