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

Public Member Functions | |
| NetworkFlowCloneable (NetworkBuilder builder) | |
| Constructor. | |
| String | id () |
| NetworkFlowCloneable | cloneInto (StoreCloneable targetStore) throws FailException |
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 NetworkFlow constraint.
| org.jacop.constraints.netflow.NetworkFlowCloneable.NetworkFlowCloneable | ( | NetworkBuilder | builder | ) |
| NetworkFlowCloneable org.jacop.constraints.netflow.NetworkFlowCloneable.cloneInto | ( | StoreCloneable | targetStore | ) | throws FailException |
Implements org.jacop.constraints.ConstraintCloneableInterface< C extends DecomposedConstraint<? extends Constraint > >.
References NetworkFlowCloneable().

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