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

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

Inheritance diagram for org.jacop.constraints.MemberCloneable:

Public Member Functions

 MemberCloneable (IntVarCloneable[] list, IntVarCloneable e)
 MemberCloneable (List<? extends IntVarCloneable > list, IntVarCloneable e)
 It constructs the constraint Member.
MemberCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< MemberCloneable >
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 Member constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ MemberCloneable() [1/2]

org.jacop.constraints.MemberCloneable.MemberCloneable ( IntVarCloneable[] list,
IntVarCloneable e )
Parameters
listlist of variables.
evariable to be checkd on the list.

Referenced by cloneInto().

◆ MemberCloneable() [2/2]

org.jacop.constraints.MemberCloneable.MemberCloneable ( List<? extends IntVarCloneable > list,
IntVarCloneable e )

It constructs the constraint Member.

Parameters
listlist of variables.
evariable to be checkd on the list.

Member Function Documentation

◆ cloneInto()

MemberCloneable org.jacop.constraints.MemberCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

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