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

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

Inheritance diagram for org.jacop.constraints.NotCloneable:

Public Member Functions

 NotCloneable (PrimitiveConstraint c)
 Constructor.
NotCloneable cloneInto (StoreCloneable targetStore) throws CloneNotSupportedException, FailException
Public Member Functions inherited from org.jacop.constraints.ConstraintCloneableInterface< NotCloneable >
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 Not constraint.

Author
Thomas Leaute

Constructor & Destructor Documentation

◆ NotCloneable()

org.jacop.constraints.NotCloneable.NotCloneable ( PrimitiveConstraint c)

Constructor.

Parameters
cthe constraint to be negated

Referenced by cloneInto().

Member Function Documentation

◆ cloneInto()

NotCloneable org.jacop.constraints.NotCloneable.cloneInto ( StoreCloneable targetStore) throws CloneNotSupportedException, FailException

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