Uses of Interface
org.optaplanner.constraint.streams.bavet.common.index.Indexer
-
Packages that use Indexer Package Description org.optaplanner.constraint.streams.bavet.bi org.optaplanner.constraint.streams.bavet.common.index org.optaplanner.constraint.streams.bavet.tri -
-
Uses of Indexer in org.optaplanner.constraint.streams.bavet.bi
Constructors in org.optaplanner.constraint.streams.bavet.bi with parameters of type Indexer Constructor Description JoinBiNode(Function<A,Object[]> mappingA, Function<B,Object[]> mappingB, int inputStoreIndexA, int inputStoreIndexB, Consumer<BiTuple<A,B>> nextNodesInsert, Consumer<BiTuple<A,B>> nextNodesRetract, int outputStoreSize, Indexer<UniTuple<A>,Set<BiTuple<A,B>>> indexerA, Indexer<UniTuple<B>,Set<BiTuple<A,B>>> indexerB) -
Uses of Indexer in org.optaplanner.constraint.streams.bavet.common.index
Classes in org.optaplanner.constraint.streams.bavet.common.index that implement Indexer Modifier and Type Class Description classEqualsAndComparisonIndexer<Tuple_ extends Tuple,Value_>classEqualsIndexer<Tuple_ extends Tuple,Value_>classNoneIndexer<Tuple_ extends Tuple,Value_>Methods in org.optaplanner.constraint.streams.bavet.common.index that return Indexer Modifier and Type Method Description <Tuple_ extends Tuple,Value_>
Indexer<Tuple_,Value_>IndexerFactory. buildIndexer(boolean isLeftBridge) -
Uses of Indexer in org.optaplanner.constraint.streams.bavet.tri
Constructors in org.optaplanner.constraint.streams.bavet.tri with parameters of type Indexer Constructor Description JoinTriNode(BiFunction<A,B,Object[]> mappingAB, Function<C,Object[]> mappingC, int inputStoreIndexAB, int inputStoreIndexC, Consumer<TriTuple<A,B,C>> nextNodesInsert, Consumer<TriTuple<A,B,C>> nextNodesRetract, int outputStoreSize, Indexer<BiTuple<A,B>,Set<TriTuple<A,B,C>>> indexerAB, Indexer<UniTuple<C>,Set<TriTuple<A,B,C>>> indexerC)
-