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

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

Inheritance diagram for org.jacop.constraints.AndCloneable:

Public Member Functions

 AndCloneable (ArrayList< PrimitiveConstraint > constraints)
 Constructor.
 AndCloneable (PrimitiveConstraint[] constraints)
 Constructor.
 AndCloneable (PrimitiveConstraint c1, PrimitiveConstraint c2)
 Constructor.
AndCloneable cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< AndCloneable >
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.

Detailed Description

A cloneable version of the And constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ AndCloneable() [1/3]

org.jacop.constraints.AndCloneable.AndCloneable ( ArrayList< PrimitiveConstraint > constraints)

Constructor.

Parameters
constraintsthe constraints

Referenced by cloneInto().

◆ AndCloneable() [2/3]

org.jacop.constraints.AndCloneable.AndCloneable ( PrimitiveConstraint[] constraints)

Constructor.

Parameters
constraintsthe constraints

◆ AndCloneable() [3/3]

org.jacop.constraints.AndCloneable.AndCloneable ( PrimitiveConstraint c1,
PrimitiveConstraint c2 )

Constructor.

Parameters
c1the first constraint
c2the second constraint

Member Function Documentation

◆ cloneInto()

AndCloneable org.jacop.constraints.AndCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException

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