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

Classes | |
| class | ArithmeticBuilderCloneable |
| A cloneable version of ArtithmeticBuilder. More... | |
Public Member Functions | |
| ArithmeticCloneable () | |
| Default constructor. | |
| ArithmeticCloneable | cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException |
| List<? extends Var > | arguments () |
| String | id () |
| List< Constraint > | decompose (Store store) |
Static Private Member Functions | |
| static void | flip (int[] eqn) |
| Flips the signs in the input array. | |
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 version of the Arithmetic constraint.
| org.jacop.constraints.netflow.ArithmeticCloneable.ArithmeticCloneable | ( | ) |
Default constructor.
References idNbr.
Referenced by org.jacop.constraints.netflow.ArithmeticCloneable.ArithmeticBuilderCloneable.ArithmeticBuilderCloneable(), and cloneInto().
| List<? extends Var > org.jacop.constraints.netflow.ArithmeticCloneable.arguments | ( | ) |
| ArithmeticCloneable org.jacop.constraints.netflow.ArithmeticCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws CloneNotSupportedException, FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References ArithmeticCloneable().

| List< Constraint > org.jacop.constraints.netflow.ArithmeticCloneable.decompose | ( | Store | store | ) |
|
staticprivate |
Flips the signs in the input array.
| eqn | the array |
Referenced by org.jacop.constraints.netflow.ArithmeticCloneable.ArithmeticBuilderCloneable.ArithmeticBuilderCloneable().
| String org.jacop.constraints.netflow.ArithmeticCloneable.id | ( | ) |
|
private |
This constraint's ID/name.
|
staticprivate |
Used to increment the id of constraints.
Referenced by ArithmeticCloneable().