Uses of Interface
org.jacop.core.BacktrackableManager
-
Packages that use BacktrackableManager Package Description org.jacop.core -
-
Uses of BacktrackableManager in org.jacop.core
Classes in org.jacop.core that implement BacktrackableManager Modifier and Type Class Description class
IntervalBasedBacktrackableManager
class
SimpleBacktrackableManager
It is responsible of remembering what variables have changed at given store level.Fields in org.jacop.core declared as BacktrackableManager Modifier and Type Field Description BacktrackableManager
Store. trailManager
It allows to manage information about changed variables in efficient/specialized/tailored manner.
-