Uses of Interface
ai.timefold.solver.core.impl.domain.variable.listener.support.ListVariableNotification
-
Packages that use ListVariableNotification Package Description ai.timefold.solver.core.impl.domain.variable.listener.support -
-
Uses of ListVariableNotification in ai.timefold.solver.core.impl.domain.variable.listener.support
Methods in ai.timefold.solver.core.impl.domain.variable.listener.support that return ListVariableNotification Modifier and Type Method Description static <Solution_>
ListVariableNotification<Solution_>Notification. elementUnassigned(Object element)An element was unassigned from a list variable.static <Solution_>
ListVariableNotification<Solution_>Notification. listVariableChanged(Object entity, int fromIndex, int toIndex)A list variable change occurs onentitybetweenfromIndexandtoIndex.
-