Class ForeBridgeUniDataStream<Solution_,A>
java.lang.Object
ai.timefold.solver.core.impl.move.streams.dataset.AbstractDataStream<Solution_>
ai.timefold.solver.core.impl.move.streams.dataset.AbstractUniDataStream<Solution_,A>
ai.timefold.solver.core.impl.move.streams.dataset.common.bridge.ForeBridgeUniDataStream<Solution_,A>
- All Implemented Interfaces:
BavetStream,DataStream<Solution_>,UniDataStream<Solution_,A>
@NullMarked
public final class ForeBridgeUniDataStream<Solution_,A>
extends AbstractUniDataStream<Solution_,A>
implements UniDataStream<Solution_,A>
-
Field Summary
Fields inherited from class ai.timefold.solver.core.impl.move.streams.dataset.AbstractDataStream
childStreamList, dataStreamFactory, parent -
Constructor Summary
ConstructorsConstructorDescriptionForeBridgeUniDataStream(DataStreamFactory<Solution_> dataStreamFactory, AbstractDataStream<Solution_> parent) -
Method Summary
Modifier and TypeMethodDescriptionvoidbuildNode(DataNodeBuildHelper<Solution_> buildHelper) toString()Methods inherited from class ai.timefold.solver.core.impl.move.streams.dataset.AbstractUniDataStream
createDataset, filter, ifExists, ifExists, ifNotExists, ifNotExistsMethods inherited from class ai.timefold.solver.core.impl.move.streams.dataset.AbstractDataStream
assertEmptyChildStreamList, collectActiveDataStreams, getChildStreamList, getParent, getTupleSource, shareAndAddChildMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.impl.move.streams.maybeapi.stream.UniDataStream
filter, ifExists, ifExists, ifExistsOther, ifNotExists, ifNotExists, ifNotExistsOther
-
Constructor Details
-
ForeBridgeUniDataStream
public ForeBridgeUniDataStream(DataStreamFactory<Solution_> dataStreamFactory, AbstractDataStream<Solution_> parent)
-
-
Method Details
-
buildNode
- Specified by:
buildNodein classAbstractDataStream<Solution_>
-
toString
-