Class AbstractConstraintStream<Solution_>
java.lang.Object
ai.timefold.solver.constraint.streams.common.AbstractConstraintStream<Solution_>
- All Implemented Interfaces:
ConstraintStream
public abstract class AbstractConstraintStream<Solution_>
extends Object
implements ConstraintStream
-
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedAbstractConstraintStream(RetrievalSemantics retrievalSemantics) -
Method Summary
Modifier and TypeMethodDescriptionbuildConstraintWeightExtractor(String constraintPackage, String constraintName) buildConstraintWeightExtractor(String constraintPackage, String constraintName, Score<?> constraintWeight) abstract InnerConstraintFactory<Solution_,?> protected abstract <IndictedObjectsMapping_>
IndictedObjectsMapping_protected abstract <JustificationMapping_>
JustificationMapping_Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface ai.timefold.solver.core.api.score.stream.ConstraintStream
impact, impact, penalize, penalize, penalizeConfigurable, penalizeConfigurable, reward, reward, rewardConfigurable, rewardConfigurable
-
Constructor Details
-
AbstractConstraintStream
-
-
Method Details
-
getRetrievalSemantics
-
buildConstraintWeightExtractor
-
buildConstraintWeightExtractor
-
getConstraintFactory
- Specified by:
getConstraintFactoryin interfaceConstraintStream
-
getDefaultJustificationMapping
protected abstract <JustificationMapping_> JustificationMapping_ getDefaultJustificationMapping() -
getDefaultIndictedObjectsMapping
protected abstract <IndictedObjectsMapping_> IndictedObjectsMapping_ getDefaultIndictedObjectsMapping()
-