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

Public Member Functions | |
| BoolClauseCloneable (IntVarCloneable[] x, IntVarCloneable[] y) | |
| It constructs BoolClause. | |
| BoolClauseCloneable (ArrayList< IntVarCloneable > x, ArrayList< IntVarCloneable > y) | |
| It constructs BoolClause. | |
| BoolClauseCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< BoolClauseCloneable > | |
| 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 BoolClause constraint.
| org.jacop.constraints.BoolClauseCloneable.BoolClauseCloneable | ( | IntVarCloneable[] | x, |
| IntVarCloneable[] | y ) |
It constructs BoolClause.
| x | list of positive arguments x's. |
| y | list of negative arguments y's. |
Referenced by cloneInto().
| org.jacop.constraints.BoolClauseCloneable.BoolClauseCloneable | ( | ArrayList< IntVarCloneable > | x, |
| ArrayList< IntVarCloneable > | y ) |
It constructs BoolClause.
| x | list of positive arguments x's. |
| y | list of negative arguments y's. |
| BoolClauseCloneable org.jacop.constraints.BoolClauseCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |