|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A JaCoP store that support cloning. More...

Public Member Functions | |
| StoreCloneable () | |
| Constructor. | |
Package Functions | |
| public< V extends Var &CloneableInto< V > > V | findOrCloneInto (V var) |
| Tries to find a variable with the same id as the input variable; else creates a clone of it. | |
A JaCoP store that support cloning.
| org.jacop.core.StoreCloneable.StoreCloneable | ( | ) |
Constructor.
|
package |
Tries to find a variable with the same id as the input variable; else creates a clone of it.
| var | the input variable, typically from another store |
References findOrCloneInto().
Referenced by findOrCloneInto(), frodo2.solutionSpaces.JaCoP.JaCoPutilSpace< V extends Addable< V > >.imposeConstraints(), and frodo2.solutionSpaces.JaCoP.JaCoPutilSpace< V extends Addable< V > >.initStore().
