Uses of Record Class
ai.timefold.solver.core.impl.domain.variable.listener.support.violation.VariableId
Packages that use VariableId
-
Uses of VariableId in ai.timefold.solver.core.impl.domain.variable.listener.support.violation
Methods in ai.timefold.solver.core.impl.domain.variable.listener.support.violation that return VariableIdModifier and TypeMethodDescriptionVariableSnapshot.getVariableId()VariableSnapshot.variableId()Returns the value of thevariableIdrecord component.Methods in ai.timefold.solver.core.impl.domain.variable.listener.support.violation that return types with arguments of type VariableIdModifier and TypeMethodDescriptionVariableSnapshotTotal.changedVariablesFrom(VariableSnapshotTotal<Solution_> before) Methods in ai.timefold.solver.core.impl.domain.variable.listener.support.violation with parameters of type VariableIdModifier and TypeMethodDescriptionVariableSnapshotTotal.getVariableSnapshot(VariableId<Solution_> variableId) Method parameters in ai.timefold.solver.core.impl.domain.variable.listener.support.violation with type arguments of type VariableIdModifier and TypeMethodDescriptionListVariableTracker.getEntitiesMissingBeforeAfterEvents(List<VariableId<Solution_>> changedVariables) VariableTracker.getEntitiesMissingBeforeAfterEvents(List<VariableId<Solution_>> changedVariables) Constructors in ai.timefold.solver.core.impl.domain.variable.listener.support.violation with parameters of type VariableIdModifierConstructorDescriptionVariableSnapshot(VariableId<Solution_> variableId, Object value) Creates an instance of aVariableSnapshotrecord class.