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)
SolutionCloner
PlanningSolution
clone must fulfill these requirements:
original
.
PlanningSolution
,
the original PlanningSolution
must remain unchanged.cloneSolution
in interface SolutionCloner<Solution_>
original
- never null, the original PlanningSolution
PlanningSolution
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.