public interface PlanningCloneable<T>
Solution
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()
Solution
clone must fulfill these requirements:
original
.
Solution
,
the original Solution
must remain unchanged.Solution
Copyright © 2006–2016 JBoss by Red Hat. All rights reserved.