Package ai.timefold.solver.core.impl.move.streams.dataset.common.bridge
package ai.timefold.solver.core.impl.move.streams.dataset.common.bridge
Data streams that serve as bridges.
Fore bridges go before the stream they bridge,
while aft bridges go after.
Aft bridges are node-shared,
therefore their Object.equals(Object) and Object.hashCode() (java.lang.Object)}
methods are overridden to reference the bridged stream,
which carries all the equality data.
Fore bridges are node-shared through their child stream and therefore the equality logic can reside there entirely.
-
Classes