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

Public Member Functions | |
| ConditionalCloneable (IntVarCloneable[] b, PrimitiveConstraint[] c) | |
| Constructor. | |
| ConditionalCloneable (List<? extends IntVarCloneable > b, List<? extends PrimitiveConstraint > c) | |
| Constructor. | |
| Constraint | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< Constraint > | |
| 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 Conditional.
| org.jacop.constraints.ConditionalCloneable.ConditionalCloneable | ( | IntVarCloneable[] | b, |
| PrimitiveConstraint[] | c ) |
Constructor.
| b | the binary variables |
| c | the constraints that should be enforced conditionally on the corresponding binary variables |
Referenced by cloneInto().
| org.jacop.constraints.ConditionalCloneable.ConditionalCloneable | ( | List<? extends IntVarCloneable > | b, |
| List<? extends PrimitiveConstraint > | c ) |
Constructor.
| b | the binary variables |
| c | the constraints that should be enforced conditionally on the corresponding binary variables |
| Constraint org.jacop.constraints.ConditionalCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |
References cloneInto(), and ConditionalCloneable().
Referenced by cloneInto().
