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

A Cloneable version of the SeqPrecedeChain constraint. More...

Inheritance diagram for org.jacop.constraints.SeqPrecedeChainCloneable:

Public Member Functions

 SeqPrecedeChainCloneable (IntVarCloneable[] x)
 Constructor.
 SeqPrecedeChainCloneable (List<? extends IntVarCloneable > x)
 Constructor.
SeqPrecedeChainCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< SeqPrecedeChainCloneable >
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 SeqPrecedeChain constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ SeqPrecedeChainCloneable() [1/2]

org.jacop.constraints.SeqPrecedeChainCloneable.SeqPrecedeChainCloneable ( IntVarCloneable[] x)

Constructor.

Parameters
xlist of arguments x's.

Referenced by cloneInto().

◆ SeqPrecedeChainCloneable() [2/2]

org.jacop.constraints.SeqPrecedeChainCloneable.SeqPrecedeChainCloneable ( List<? extends IntVarCloneable > x)

Constructor.

Parameters
xlist of arguments x's.

Member Function Documentation

◆ cloneInto()

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

References SeqPrecedeChainCloneable().

Here is the call graph for this function:

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