Package org.jacop.api
Interface Replaceable<T extends Constraint>
-
- All Known Implementing Classes:
ReifiedIfThen
public interface Replaceable<T extends Constraint>
Interface that provides ability to configure constraint store to replace a particular type of constraints into another one.- Version:
- 4.7
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.Class<T>
forClass()
boolean
isReplaceable(T constraint)
DecomposedConstraint<Constraint>
replace(T constraint)
-
-
-
Method Detail
-
forClass
java.lang.Class<T> forClass()
-
isReplaceable
boolean isReplaceable(T constraint)
-
replace
DecomposedConstraint<Constraint> replace(T constraint)
-
-