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

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. | |
A cloneable version of the Member constraint.
| org.jacop.constraints.MemberCloneable.MemberCloneable | ( | IntVarCloneable[] | list, |
| IntVarCloneable | e ) |
| list | list of variables. |
| e | variable to be checkd on the list. |
Referenced by cloneInto().
| org.jacop.constraints.MemberCloneable.MemberCloneable | ( | List<? extends IntVarCloneable > | list, |
| IntVarCloneable | e ) |
It constructs the constraint Member.
| list | list of variables. |
| e | variable to be checkd on the list. |
| MemberCloneable org.jacop.constraints.MemberCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |