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

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

Inheritance diagram for org.jacop.constraints.InCloneable:

Public Member Functions

 InCloneable (IntVarCloneable x, IntDomain dom)
 Constructor.
InCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< InCloneable >
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 In constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ InCloneable()

org.jacop.constraints.InCloneable.InCloneable ( IntVarCloneable x,
IntDomain dom )

Constructor.

Parameters
xthe variable
domthe domain of allowed values

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

InCloneable org.jacop.constraints.InCloneable.cloneInto ( StoreCloneable targetStore) throws FailException
See also
ConstraintCloneableInterface.cloneInto(StoreCloneable)

References InCloneable().

Here is the call graph for this function:

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