Solution_ - the solution type, the class with the PlanningSolution annotationpublic class PlanningCloneableSolutionCloner<Solution_> extends Object implements SolutionCloner<Solution_>
| Constructor and Description |
|---|
PlanningCloneableSolutionCloner() |
| Modifier and Type | Method and Description |
|---|---|
Solution_ |
cloneSolution(Solution_ original)
Does a planning clone.
|
public Solution_ cloneSolution(Solution_ original)
SolutionClonerPlanningSolution clone must fulfill these requirements:
original.
PlanningSolution,
the original PlanningSolution must remain unchanged.cloneSolution in interface SolutionCloner<Solution_>original - never null, the original PlanningSolutionPlanningSolutionCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.