Uses of Enum Class
ai.timefold.solver.core.impl.domain.variable.declarative.GraphChangeType
Packages that use GraphChangeType
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of GraphChangeType in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return GraphChangeTypeModifier and TypeMethodDescriptionstatic GraphChangeTypeReturns the enum constant of this class with the specified name.static GraphChangeType[]GraphChangeType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type GraphChangeTypeModifier and TypeMethodDescriptionvoidVariableReferenceGraphBuilder.addAfterProcessor(GraphChangeType graphChangeType, VariableMetaModel<?, ?, ?> variableId, BiConsumer<AbstractVariableReferenceGraph<Solution_, ?>, Object> consumer) voidVariableReferenceGraphBuilder.addBeforeProcessor(GraphChangeType graphChangeType, VariableMetaModel<?, ?, ?> variableId, BiConsumer<AbstractVariableReferenceGraph<Solution_, ?>, Object> consumer)