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

Public Member Functions | |
| ImpliesCloneable (IntVarCloneable b, PrimitiveConstraint c) | |
| It constructs Implies constraint. | |
| PrimitiveConstraint | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< PrimitiveConstraint > | |
| 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 Implies constraint.
| org.jacop.constraints.ImpliesCloneable.ImpliesCloneable | ( | IntVarCloneable | b, |
| PrimitiveConstraint | c ) |
It constructs Implies constraint.
| b | the variable of the implied constraint. |
| c | the constraint which must hold if the variable is 1. |
Referenced by cloneInto().
| PrimitiveConstraint org.jacop.constraints.ImpliesCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |
References org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.cloneInto(), and ImpliesCloneable().
