Uses of Enum Class
ai.timefold.solver.core.impl.bavet.common.tuple.TupleState
Packages that use TupleState
Package
Description
This package contains performance-sensitive code.
-
Uses of TupleState in ai.timefold.solver.core.impl.bavet.common
Methods in ai.timefold.solver.core.impl.bavet.common that return TupleStateMethods in ai.timefold.solver.core.impl.bavet.common with parameters of type TupleStateModifier and TypeMethodDescriptionvoidPropagationQueue.retract(T item, TupleState state) voidStaticPropagationQueue.retract(Tuple_ carrier, TupleState state) voidExistsCounter.setState(TupleState state) -
Uses of TupleState in ai.timefold.solver.core.impl.bavet.common.tuple
Methods in ai.timefold.solver.core.impl.bavet.common.tuple that return TupleStateModifier and TypeMethodDescriptionTuple.getState()static TupleStateReturns the enum constant of this class with the specified name.static TupleState[]TupleState.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in ai.timefold.solver.core.impl.bavet.common.tuple with parameters of type TupleState