|
FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
|
A Cloneable version of the Distance constraint. More...

Public Member Functions | |
| DistanceCloneable (IntVarCloneable x, IntVarCloneable y, IntVarCloneable z) | |
| Constructor. | |
| DistanceCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< DistanceCloneable > | |
| abstract C | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Creates a new constraint that is a (state-less) clone of this one, but expressed on the variables with the same names found in the input store. | |
A Cloneable version of the Distance constraint.
| org.jacop.constraints.DistanceCloneable.DistanceCloneable | ( | IntVarCloneable | x, |
| IntVarCloneable | y, | ||
| IntVarCloneable | z ) |
| DistanceCloneable org.jacop.constraints.DistanceCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |