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

Public Member Functions | |
| DecreasingCloneable (IntVarCloneable[] x) | |
| Constructor. | |
| DecreasingCloneable (List< IntVarCloneable > x) | |
| Constructor. | |
| DecreasingCloneable (IntVarCloneable[] x, boolean strict) | |
| Constructor. | |
| DecreasingCloneable (List< IntVarCloneable > x, boolean strict) | |
| Constructor. | |
| DecreasingCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< DecreasingCloneable > | |
| 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 variant of the Decreasing constraint.
| org.jacop.constraints.DecreasingCloneable.DecreasingCloneable | ( | IntVarCloneable[] | x | ) |
| org.jacop.constraints.DecreasingCloneable.DecreasingCloneable | ( | List< IntVarCloneable > | x | ) |
Constructor.
| x | a List of variables |
| org.jacop.constraints.DecreasingCloneable.DecreasingCloneable | ( | IntVarCloneable[] | x, |
| boolean | strict ) |
Constructor.
| x | an array of variables |
| strict | whether the order should be strict |
| org.jacop.constraints.DecreasingCloneable.DecreasingCloneable | ( | List< IntVarCloneable > | x, |
| boolean | strict ) |
Constructor.
| x | a List of variables |
| strict | whether the order should be strict |
| DecreasingCloneable org.jacop.constraints.DecreasingCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |