FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.core.CloneableInto< V > Interface Template Reference

An interface for JaCoP variables that are cloneable into another store. More...

Public Member Functions

cloneInto (StoreCloneable store)
 Clones this variable into the input store.

Detailed Description

An interface for JaCoP variables that are cloneable into another store.

Author
Thomas Leaute
Parameters
<V>the type of variable this class can be cloned into

Member Function Documentation

◆ cloneInto()

V org.jacop.core.CloneableInto< V >.cloneInto ( StoreCloneable store)

Clones this variable into the input store.

Parameters
storethe target store
Returns
the cloned variable

The documentation for this interface was generated from the following file: