Uses of Interface
org.jacop.api.Replaceable
-
Packages that use Replaceable Package Description org.jacop.constraints.replace org.jacop.core -
-
Uses of Replaceable in org.jacop.constraints.replace
Classes in org.jacop.constraints.replace that implement Replaceable Modifier and Type Class Description classReifiedIfThenReplacement of Reified with IfThen. -
Uses of Replaceable in org.jacop.core
Fields in org.jacop.core with type parameters of type Replaceable Modifier and Type Field Description private java.util.Map<java.lang.Class<? extends Constraint>,java.util.Set<Replaceable>>Store. replacementsIt stores all the active replacements of constraints that are being applied upon constraint imposition.Methods in org.jacop.core with parameters of type Replaceable Modifier and Type Method Description booleanStore. deregisterReplacement(Replaceable<? extends Constraint> replacement)It makes it possible to deregister the replacement.booleanStore. registerReplacement(Replaceable<? extends Constraint> replacement)It makes it possible to register replacement for a particular constraint type.
-