public static class ReferencePnpJobProcessor.SimplePnpJobPlanner extends java.lang.Object implements PnpJobPlanner
Constructor and Description |
---|
SimplePnpJobPlanner() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PnpJobProcessor.JobPlacement> |
plan(Head head,
java.util.List<PnpJobProcessor.JobPlacement> jobPlacements)
This is a trivial planner that does not try very hard to make an optimized job, but also
does not fail on large jobs like the Standard one does.
|
public java.util.List<PnpJobProcessor.JobPlacement> plan(Head head, java.util.List<PnpJobProcessor.JobPlacement> jobPlacements)
plan
in interface PnpJobPlanner