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

Public Member Functions | |
| OrBoolCloneable (IntVarCloneable[] vars, IntVarCloneable result) | |
| Constructor. | |
| OrBoolCloneable (ArrayList< IntVarCloneable > vars, IntVarCloneable result) | |
| Constructor. | |
| OrBoolCloneable (IntVarCloneable a, IntVarCloneable b, IntVarCloneable result) | |
| Constructor. | |
| OrBoolCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| List<? extends Var > | arguments () |
| String | id () |
| Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< OrBoolCloneable > | |
| 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. | |
Private Attributes | |
| final String | id |
| This constraint's ID/name. | |
Static Private Attributes | |
| static int | idNbr = 0 |
| Used to increment the id of constraints. | |
A cloneable variant of the OrBool constraint.
| org.jacop.constraints.OrBoolCloneable.OrBoolCloneable | ( | IntVarCloneable[] | vars, |
| IntVarCloneable | result ) |
Constructor.
| vars | the list of variables |
| result | the result variable |
References org.jacop.constraints.AndBoolCloneable.filter(), and idNbr.
Referenced by cloneInto().

| org.jacop.constraints.OrBoolCloneable.OrBoolCloneable | ( | ArrayList< IntVarCloneable > | vars, |
| IntVarCloneable | result ) |
Constructor.
| vars | the list of variables |
| result | the result variable |
| org.jacop.constraints.OrBoolCloneable.OrBoolCloneable | ( | IntVarCloneable | a, |
| IntVarCloneable | b, | ||
| IntVarCloneable | result ) |
Constructor.
| a | the first variable |
| b | the second variable |
| result | the result variable |
| List<? extends Var > org.jacop.constraints.OrBoolCloneable.arguments | ( | ) |
| OrBoolCloneable org.jacop.constraints.OrBoolCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |
| CloneNotSupportedException | if the underlying constraint is not cloneable (which should not happen) |
References cloneInto(), and OrBoolCloneable().
Referenced by cloneInto().

| String org.jacop.constraints.OrBoolCloneable.id | ( | ) |
|
private |
This constraint's ID/name.
|
staticprivate |
Used to increment the id of constraints.
Referenced by OrBoolCloneable().