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

A cloneable version of Conditional. More...

Inheritance diagram for org.jacop.constraints.ConditionalCloneable:

Public Member Functions

 ConditionalCloneable (IntVarCloneable[] b, PrimitiveConstraint[] c)
 Constructor.
 ConditionalCloneable (List<? extends IntVarCloneable > b, List<? extends PrimitiveConstraint > c)
 Constructor.
Constraint cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< Constraint >
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 Conditional.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ ConditionalCloneable() [1/2]

org.jacop.constraints.ConditionalCloneable.ConditionalCloneable ( IntVarCloneable[] b,
PrimitiveConstraint[] c )

Constructor.

Parameters
bthe binary variables
cthe constraints that should be enforced conditionally on the corresponding binary variables

Referenced by cloneInto().

◆ ConditionalCloneable() [2/2]

org.jacop.constraints.ConditionalCloneable.ConditionalCloneable ( List<? extends IntVarCloneable > b,
List<? extends PrimitiveConstraint > c )

Constructor.

Parameters
bthe binary variables
cthe constraints that should be enforced conditionally on the corresponding binary variables

Member Function Documentation

◆ cloneInto()

Constraint org.jacop.constraints.ConditionalCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException
See also
org.jacop.constraints.ConstraintCloneableInterface.cloneInto(org.jacop.core.StoreCloneable)

References cloneInto(), and ConditionalCloneable().

Referenced by cloneInto().

Here is the call graph for this function:

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