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

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

Inheritance diagram for org.jacop.constraints.IfThenElseCloneable:

Public Member Functions

 IfThenElseCloneable (PrimitiveConstraint condC, PrimitiveConstraint thenC, PrimitiveConstraint elseC)
 Constructor.
PrimitiveConstraint cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< PrimitiveConstraint >
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 IfThenElse constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ IfThenElseCloneable()

org.jacop.constraints.IfThenElseCloneable.IfThenElseCloneable ( PrimitiveConstraint condC,
PrimitiveConstraint thenC,
PrimitiveConstraint elseC )

Constructor.

Parameters
condCthe IF constraint
thenCthe THEN constraint
elseCthe ELSE constraint

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

PrimitiveConstraint org.jacop.constraints.IfThenElseCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException
See also
org.jacop.constraints.ConstraintCloneableInterface.cloneInto(org.jacop.core.StoreCloneable)

References cloneInto(), and IfThenElseCloneable().

Referenced by cloneInto().

Here is the call graph for this function:

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