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

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

Inheritance diagram for org.jacop.constraints.ValuePrecedeCloneable:

Public Member Functions

 ValuePrecedeCloneable (int s, int t, IntVarCloneable[] x)
 It constructs ValuePrecede.
 ValuePrecedeCloneable (int s, int t, List< IntVarCloneable > x)
 It constructs ValuePrecede.
ValuePrecedeCloneable cloneInto (StoreCloneable targetStore) throws FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< ValuePrecedeCloneable >
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 ValuePrecede constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ ValuePrecedeCloneable() [1/2]

org.jacop.constraints.ValuePrecedeCloneable.ValuePrecedeCloneable ( int s,
int t,
IntVarCloneable[] x )

It constructs ValuePrecede.

Parameters
svalue occuring first
tvalue occuring next
xlist of arguments x's.

Referenced by cloneInto().

◆ ValuePrecedeCloneable() [2/2]

org.jacop.constraints.ValuePrecedeCloneable.ValuePrecedeCloneable ( int s,
int t,
List< IntVarCloneable > x )

It constructs ValuePrecede.

Parameters
svalue occuring first
tvalue occuring next
xlist of arguments x's.

Member Function Documentation

◆ cloneInto()

ValuePrecedeCloneable org.jacop.constraints.ValuePrecedeCloneable.cloneInto ( StoreCloneable targetStore) throws FailException

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