Uses of Record Class
ai.timefold.solver.core.impl.domain.variable.declarative.ChangedVariableNotifier
Packages that use ChangedVariableNotifier
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of ChangedVariableNotifier in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return ChangedVariableNotifierModifier and TypeMethodDescriptionstatic <Solution_>
ChangedVariableNotifier<Solution_>ChangedVariableNotifier.empty()static <Solution_>
ChangedVariableNotifier<Solution_>ChangedVariableNotifier.of(InnerScoreDirector<Solution_, ?> scoreDirector) Constructors in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type ChangedVariableNotifierModifierConstructorDescriptionSingleDirectionalParentVariableReferenceGraph(List<DeclarativeShadowVariableDescriptor<Solution_>> sortedDeclarativeShadowVariableDescriptors, TopologicalSorter topologicalSorter, ChangedVariableNotifier<Solution_> changedVariableNotifier, Object[] entities) VariableReferenceGraphBuilder(ChangedVariableNotifier<Solution_> changedVariableNotifier)