Uses of Class
ai.timefold.solver.constraint.streams.bavet.common.tuple.TupleState
-
Packages that use TupleState Package Description ai.timefold.solver.constraint.streams.bavet.common This package contains performance-sensitive code.ai.timefold.solver.constraint.streams.bavet.common.tuple -
-
Uses of TupleState in ai.timefold.solver.constraint.streams.bavet.common
Methods in ai.timefold.solver.constraint.streams.bavet.common that return TupleState Modifier and Type Method Description TupleStateExistsCounter. getState()Methods in ai.timefold.solver.constraint.streams.bavet.common with parameters of type TupleState Modifier and Type Method Description voidPropagationQueue. retract(T item, TupleState state)voidStaticPropagationQueue. retract(Tuple_ carrier, TupleState state)voidExistsCounter. setState(TupleState state) -
Uses of TupleState in ai.timefold.solver.constraint.streams.bavet.common.tuple
Fields in ai.timefold.solver.constraint.streams.bavet.common.tuple declared as TupleState Modifier and Type Field Description TupleStateAbstractTuple. stateMethods in ai.timefold.solver.constraint.streams.bavet.common.tuple that return TupleState Modifier and Type Method Description static TupleStateTupleState. valueOf(String name)Returns the enum constant of this type with the specified name.static TupleState[]TupleState. values()Returns an array containing the constants of this enum type, in the order they are declared.
-