|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
An interface for JaCoP variables that are cloneable into another store. More...
Public Member Functions | |
| V | cloneInto (StoreCloneable store) |
| Clones this variable into the input store. | |
An interface for JaCoP variables that are cloneable into another store.
| <V> | the type of variable this class can be cloned into |
| V org.jacop.core.CloneableInto< V >.cloneInto | ( | StoreCloneable | store | ) |
Clones this variable into the input store.
| store | the target store |