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

Public Member Functions | |
| ElementVariableCloneable (IntVarCloneable index, ArrayList<? extends IntVarCloneable > list, IntVarCloneable value) | |
| It constructs an element constraint. | |
| ElementVariableCloneable (IntVarCloneable index, IntVarCloneable[] list, IntVarCloneable value) | |
| It constructs an element constraint. | |
| ElementVariableCloneable (IntVarCloneable index, IntVarCloneable[] list, IntVarCloneable value, int indexOffset) | |
| Constructor. | |
| ElementVariableCloneable (IntVarCloneable index, ArrayList<? extends IntVarCloneable > list, IntVarCloneable value, int indexOffset) | |
| It constructs an element constraint. | |
| ElementVariableCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ElementVariableCloneable > | |
| 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 ElementVariable constraint.
| org.jacop.constraints.ElementVariableCloneable.ElementVariableCloneable | ( | IntVarCloneable | index, |
| ArrayList<? extends IntVarCloneable > | list, | ||
| IntVarCloneable | value ) |
It constructs an element constraint.
| index | variable index |
| list | list of variables from which an index-th element is taken |
| value | a value of the index-th element from list |
Referenced by cloneInto().
| org.jacop.constraints.ElementVariableCloneable.ElementVariableCloneable | ( | IntVarCloneable | index, |
| IntVarCloneable[] | list, | ||
| IntVarCloneable | value ) |
It constructs an element constraint.
| index | variable index |
| list | list of variables from which an index-th element is taken |
| value | a value of the index-th element from list |
| org.jacop.constraints.ElementVariableCloneable.ElementVariableCloneable | ( | IntVarCloneable | index, |
| IntVarCloneable[] | list, | ||
| IntVarCloneable | value, | ||
| int | indexOffset ) |
Constructor.
| index | the index variable |
| list | the list of allowed values, indexed by the index variable |
| value | the variable whose value is constrained to be = list[index - indexOffset] |
| indexOffset | the index offset |
| org.jacop.constraints.ElementVariableCloneable.ElementVariableCloneable | ( | IntVarCloneable | index, |
| ArrayList<? extends IntVarCloneable > | list, | ||
| IntVarCloneable | value, | ||
| int | indexOffset ) |
It constructs an element constraint.
| index | variable index |
| list | list of variables from which an index-th element is taken |
| value | a value of the index-th element from list |
| indexOffset | shift applied to index variable. |
| ElementVariableCloneable org.jacop.constraints.ElementVariableCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |