Uses of Interface
org.jacop.api.Replaceable
Packages that use Replaceable
-
Uses of Replaceable in org.jacop.constraints.replace
Classes in org.jacop.constraints.replace that implement Replaceable -
Uses of Replaceable in org.jacop.core
Fields in org.jacop.core with type parameters of type ReplaceableModifier and TypeFieldDescriptionprivate Map<Class<? extends Constraint>,
Set<Replaceable>> Store.replacements
It stores all the active replacements of constraints that are being applied upon constraint imposition.Methods in org.jacop.core with parameters of type ReplaceableModifier and TypeMethodDescriptionboolean
Store.deregisterReplacement
(Replaceable<? extends Constraint> replacement) It makes it possible to deregister the replacement.boolean
Store.registerReplacement
(Replaceable<? extends Constraint> replacement) It makes it possible to register replacement for a particular constraint type.