public class ProblemCollectorFactory
extends java.lang.Object
| Constructor | Description |
|---|---|
ProblemCollectorFactory() |
| Modifier and Type | Method | Description |
|---|---|---|
static ProblemCollector |
newInstance(java.util.List<Problem> problems) |
The default implementation is not visible, create it with this factory
|
public static ProblemCollector newInstance(java.util.List<Problem> problems)
problems - starting set of problems, may be null