Uses of Class
ai.timefold.solver.core.impl.bavet.common.ExistsCounter
Packages that use ExistsCounter
Package
Description
This package contains performance-sensitive code.
-
Uses of ExistsCounter in ai.timefold.solver.core.impl.bavet.common
Methods in ai.timefold.solver.core.impl.bavet.common with parameters of type ExistsCounterModifier and TypeMethodDescriptionprotected voidAbstractIfExistsNode.decrementCounterRight(ExistsCounter<LeftTuple_> counter) protected voidAbstractIfExistsNode.incrementCounterRight(ExistsCounter<LeftTuple_> counter) protected voidAbstractIfExistsNode.initCounterLeft(ExistsCounter<LeftTuple_> counter) protected voidAbstractIfExistsNode.killCounterLeft(ExistsCounter<LeftTuple_> counter) protected voidAbstractIfExistsNode.updateCounterFromLeft(LeftTuple_ leftTuple, UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, ElementAwareList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> leftTrackerList) protected voidAbstractIfExistsNode.updateCounterFromRight(UniTuple<Right_> rightTuple, ExistsCounter<LeftTuple_> counter, ElementAwareList<AbstractIfExistsNode.FilteringTracker<LeftTuple_>> rightTrackerList) protected voidAbstractIfExistsNode.updateCounterLeft(ExistsCounter<LeftTuple_> counter) protected final voidAbstractIfExistsNode.updateUnchangedCounterLeft(ExistsCounter<LeftTuple_> counter)