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

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

Inheritance diagram for org.jacop.constraints.OrCloneable:

Public Member Functions

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

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ OrCloneable() [1/3]

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

Constructor.

Parameters
constraintsthe list of constraints

Referenced by cloneInto().

◆ OrCloneable() [2/3]

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

Constructor.

Parameters
constraintsthe list of constraints

◆ OrCloneable() [3/3]

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

Constructor.

Parameters
c1the first constraint
c2the second constraint

Member Function Documentation

◆ cloneInto()

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

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