Uses of Interface
ai.timefold.solver.core.impl.domain.variable.ChangeEvent
Packages that use ChangeEvent
Package
Description
-
Uses of ChangeEvent in ai.timefold.solver.core.impl.domain.variable
Classes in ai.timefold.solver.core.impl.domain.variable with type parameters of type ChangeEventModifier and TypeInterfaceDescriptioninterfaceInnerVariableListener<Solution_,ChangeEvent_ extends ChangeEvent> A listener sourced on a basicPlanningVariable.Classes in ai.timefold.solver.core.impl.domain.variable that implement ChangeEventModifier and TypeClassDescriptionfinal recordBasicVariableChangeEvent<Entity_>final recordListElementsChangeEvent<Entity_> -
Uses of ChangeEvent in ai.timefold.solver.core.impl.domain.variable.listener
Classes in ai.timefold.solver.core.impl.domain.variable.listener with type parameters of type ChangeEventModifier and TypeInterfaceDescriptioninterfaceSourcedVariableListener<Solution_,Event_ extends ChangeEvent> final classVariableListenerWithSources<Solution_,ChangeEvent_ extends ChangeEvent> Holds a variable listener and all its source variable descriptors. -
Uses of ChangeEvent in ai.timefold.solver.core.impl.domain.variable.listener.support
Classes in ai.timefold.solver.core.impl.domain.variable.listener.support with type parameters of type ChangeEventModifier and TypeInterfaceDescriptioninterfaceEntityNotification<Solution_,ChangeEvent_ extends ChangeEvent> interfaceNotification<Solution_,ChangeEvent_ extends ChangeEvent, T extends InnerVariableListener<Solution_, ChangeEvent_>> A notification represents some kind of change of a planning variable.