FRODO Version 2.19.1
An open-source framework for Distributed Constraint Optimization (DCOP)
Loading...
Searching...
No Matches
org.jacop.constraints.netflow.NetworkFlowCloneable Class Reference

A cloneable version of the NetworkFlow constraint. More...

Inheritance diagram for org.jacop.constraints.netflow.NetworkFlowCloneable:

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.

Detailed Description

A cloneable version of the NetworkFlow constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ NetworkFlowCloneable()

org.jacop.constraints.netflow.NetworkFlowCloneable.NetworkFlowCloneable ( NetworkBuilder builder)

Constructor.

Parameters
builderthe builder

References idNbr.

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

NetworkFlowCloneable org.jacop.constraints.netflow.NetworkFlowCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

◆ id()

String org.jacop.constraints.netflow.NetworkFlowCloneable.id ( )
See also
org.jacop.constraints.netflow.NetworkFlow#id()

Member Data Documentation

◆ id

final String org.jacop.constraints.netflow.NetworkFlowCloneable.id
private

This constraint's ID/name.

◆ idNbr

int org.jacop.constraints.netflow.NetworkFlowCloneable.idNbr = 0
staticprivate

Used to increment the id of constraints.

Referenced by NetworkFlowCloneable().


The documentation for this class was generated from the following file: