public interface PlanningCloneable<T>
PlanningSolution that implements its own planning cloning
instead of letting the default or a custom SolutionCloner do it.
Planning cloning is hard: avoid doing it yourself.
| Modifier and Type | Method and Description |
|---|---|
T |
planningClone()
Does a planning clone.
|
T planningClone()
PlanningSolution clone must fulfill these requirements:
original.
PlanningSolution,
the original PlanningSolution must remain unchanged.PlanningSolutionCopyright © 2006–2016 JBoss by Red Hat. All rights reserved.