Class ExistsCounter<Tuple_ extends AbstractTuple>
- java.lang.Object
-
- ai.timefold.solver.constraint.streams.bavet.common.ExistsCounter<Tuple_>
-
public final class ExistsCounter<Tuple_ extends AbstractTuple> extends Object
-
-
Field Summary
Fields Modifier and Type Field Description intpositionInDirtyList
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TupleStategetState()Tuple_getTuple()voidsetState(TupleState state)StringtoString()
-
-
-
Method Detail
-
getTuple
public Tuple_ getTuple()
-
getState
public TupleState getState()
-
setState
public void setState(TupleState state)
-
-