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

Public Member Functions | |
| ValuePrecedeCloneable (int s, int t, IntVarCloneable[] x) | |
| It constructs ValuePrecede. | |
| ValuePrecedeCloneable (int s, int t, List< IntVarCloneable > x) | |
| It constructs ValuePrecede. | |
| ValuePrecedeCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ValuePrecedeCloneable > | |
| 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 ValuePrecede constraint.
| org.jacop.constraints.ValuePrecedeCloneable.ValuePrecedeCloneable | ( | int | s, |
| int | t, | ||
| IntVarCloneable[] | x ) |
It constructs ValuePrecede.
| s | value occuring first |
| t | value occuring next |
| x | list of arguments x's. |
Referenced by cloneInto().
| org.jacop.constraints.ValuePrecedeCloneable.ValuePrecedeCloneable | ( | int | s, |
| int | t, | ||
| List< IntVarCloneable > | x ) |
It constructs ValuePrecede.
| s | value occuring first |
| t | value occuring next |
| x | list of arguments x's. |
| ValuePrecedeCloneable org.jacop.constraints.ValuePrecedeCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |