FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.constraints.EqCloneable Class Reference

A cloneable version of the Eq constraint. More...

Inheritance diagram for org.jacop.constraints.EqCloneable:

Public Member Functions

 EqCloneable (PrimitiveConstraint c1, PrimitiveConstraint c2)
 Constructor.
PrimitiveConstraint cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< PrimitiveConstraint >
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.

Detailed Description

A cloneable version of the Eq constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ EqCloneable()

org.jacop.constraints.EqCloneable.EqCloneable ( PrimitiveConstraint c1,
PrimitiveConstraint c2 )

Constructor.

Parameters
c1the first constraint
c2the second constraint

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

PrimitiveConstraint org.jacop.constraints.EqCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException
See also
org.jacop.constraints.ConstraintCloneableInterface.cloneInto(org.jacop.core.StoreCloneable)

References cloneInto(), and EqCloneable().

Referenced by cloneInto().

Here is the call graph for this function:

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