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

A cloneable variant of the OrBoolVector constraint. More...

Inheritance diagram for org.jacop.constraints.OrBoolVectorCloneable:

Public Member Functions

 OrBoolVectorCloneable (IntVarCloneable[] vars, IntVarCloneable result)
 Constructor.
 OrBoolVectorCloneable (ArrayList<? extends IntVarCloneable > vars, IntVarCloneable result)
 Constructor.
OrBoolVectorCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< OrBoolVectorCloneable >
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 variant of the OrBoolVector constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ OrBoolVectorCloneable() [1/2]

org.jacop.constraints.OrBoolVectorCloneable.OrBoolVectorCloneable ( IntVarCloneable[] vars,
IntVarCloneable result )

Constructor.

Parameters
varsthe list of variables
resultthe result variable

Referenced by cloneInto().

◆ OrBoolVectorCloneable() [2/2]

org.jacop.constraints.OrBoolVectorCloneable.OrBoolVectorCloneable ( ArrayList<? extends IntVarCloneable > vars,
IntVarCloneable result )

Constructor.

Parameters
varsthe list of variables
resultthe result variable

Member Function Documentation

◆ cloneInto()

OrBoolVectorCloneable org.jacop.constraints.OrBoolVectorCloneable.cloneInto ( StoreCloneable targetStore) throws FailException
See also
ConstraintCloneableInterface.cloneInto(StoreCloneable)

References OrBoolVectorCloneable().

Here is the call graph for this function:

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