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

Public Member Functions | |
| CountVarCloneable (IntVarCloneable[] vars, IntVarCloneable nbrVars, IntVarCloneable value) | |
| Constructor. | |
| CountVarCloneable (List<? extends IntVarCloneable > vars, IntVarCloneable nbrVars, IntVarCloneable value) | |
| Constructor. | |
| CountVarCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< CountVarCloneable > | |
| 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 CountVar constraint.
| org.jacop.constraints.CountVarCloneable.CountVarCloneable | ( | IntVarCloneable[] | vars, |
| IntVarCloneable | nbrVars, | ||
| IntVarCloneable | value ) |
Constructor.
| vars | the variables |
| nbrVars | the number of variables whose values is the input value |
| value | the value whose occurrence is being counted |
Referenced by cloneInto().
| org.jacop.constraints.CountVarCloneable.CountVarCloneable | ( | List<? extends IntVarCloneable > | vars, |
| IntVarCloneable | nbrVars, | ||
| IntVarCloneable | value ) |
Constructor.
| vars | the variables |
| nbrVars | the number of variables whose values is the input value |
| value | the value whose occurrence is being counted |
| CountVarCloneable org.jacop.constraints.CountVarCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |