Class ProblemCollectorFactory


  • public class ProblemCollectorFactory
    extends java.lang.Object
    Since:
    3.3.0
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static ProblemCollector newInstance​(java.util.List<Problem> problems)
      The default implementation is not visible, create it with this factory
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ProblemCollectorFactory

        public ProblemCollectorFactory()
    • Method Detail

      • newInstance

        public static ProblemCollector newInstance​(java.util.List<Problem> problems)
        The default implementation is not visible, create it with this factory
        Parameters:
        problems - starting set of problems, may be null
        Returns:
        a new instance of a ProblemCollector