Uses of Package
ai.timefold.solver.core.impl.domain.variable.listener.support.violation
Packages that use ai.timefold.solver.core.impl.domain.variable.listener.support.violation
Package
Description
-
Classes in ai.timefold.solver.core.impl.domain.variable.listener.support.violation used by ai.timefold.solver.core.impl.domain.variable.listener.support.violationClassDescriptionTracks variable listener events for a given
PlanningListVariable.In order for theListVariableTrackerto be registered as a variable listener, it needs to be passed to theInnerScoreDirector.getSupplyManager(), which requires aDemand.Serves for detecting shadow variables' corruption.AVariableIdis an entity/variable of a given solution.AVariableSnapshotis a snapshot of the value of a variable for a given entity.Serves for detecting undo move corruption.Tracks variable listener events for a given genuine or shadow variable (exceptPlanningListVariable).In order for theVariableTrackerto be registered as a variable listener, it needs to be passed to theInnerScoreDirector.getSupplyManager(), which requires aDemand. -