Class LevelResultCollectionFactory

Object
LevelResultCollectionFactory

public class LevelResultCollectionFactory extends Object
Factory for creating LevelResultCollection objects.
  • Method Details

    • createCollection

      public static LevelResultCollection createCollection(Channel channel, ObjectCollection objects, CalculateLevel calculateLevel, int numberDilations, MessageLogger logger) throws CreateException
      Creates a LevelResultCollection from a channel and object collection.
      Parameters:
      channel - the Channel to process
      objects - the ObjectCollection to process
      calculateLevel - the CalculateLevel bean to use for level calculation
      numberDilations - the number of dilations to apply to each object
      logger - the MessageLogger for logging messages
      Returns:
      a new LevelResultCollection
      Throws:
      CreateException - if an error occurs during creation