Uses of Class
org.optaplanner.core.impl.score.stream.bavet.common.BavetTupleState
-
Packages that use BavetTupleState Package Description org.optaplanner.core.impl.score.stream.bavet org.optaplanner.core.impl.score.stream.bavet.common -
-
Uses of BavetTupleState in org.optaplanner.core.impl.score.stream.bavet
Methods in org.optaplanner.core.impl.score.stream.bavet with parameters of type BavetTupleState Modifier and Type Method Description voidBavetConstraintSession. transitionTuple(BavetAbstractTuple tuple, BavetTupleState newState) -
Uses of BavetTupleState in org.optaplanner.core.impl.score.stream.bavet.common
Fields in org.optaplanner.core.impl.score.stream.bavet.common declared as BavetTupleState Modifier and Type Field Description protected BavetTupleStateBavetAbstractTuple. stateMethods in org.optaplanner.core.impl.score.stream.bavet.common that return BavetTupleState Modifier and Type Method Description BavetTupleStateBavetAbstractTuple. getState()static BavetTupleStateBavetTupleState. valueOf(String name)Returns the enum constant of this type with the specified name.static BavetTupleState[]BavetTupleState. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.optaplanner.core.impl.score.stream.bavet.common with parameters of type BavetTupleState Modifier and Type Method Description voidBavetAbstractTuple. setState(BavetTupleState state)
-