Class DroolsConstraintStreamScoreDirectorFactory<Solution_,Score_ extends Score<Score_>>
- java.lang.Object
-
- org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory<Solution_,Score_>
-
- org.optaplanner.core.impl.score.director.stream.AbstractConstraintStreamScoreDirectorFactory<Solution_,Score_>
-
- org.optaplanner.core.impl.score.director.stream.DroolsConstraintStreamScoreDirectorFactory<Solution_,Score_>
-
- All Implemented Interfaces:
InnerScoreDirectorFactory<Solution_,Score_>,ScoreDirectorFactory<Solution_>
public final class DroolsConstraintStreamScoreDirectorFactory<Solution_,Score_ extends Score<Score_>> extends AbstractConstraintStreamScoreDirectorFactory<Solution_,Score_>
-
-
Field Summary
-
Fields inherited from class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory
assertClonedSolution, assertionScoreDirectorFactory, initializingScoreTrend, logger, solutionDescriptor
-
-
Constructor Summary
Constructors Constructor Description DroolsConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor, ConstraintProvider constraintProvider, boolean droolsAlphaNetworkCompilationEnabled)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description DroolsConstraintStreamScoreDirector<Solution_,Score_>buildScoreDirector(boolean lookUpEnabled, boolean constraintMatchEnabledPreference)LikeInnerScoreDirectorFactory.buildScoreDirector(), but optionally disablesConstraintMatchtracking and look up for more performance (presuming theScoreDirectorimplementation actually supports it to begin with).Constraint[]getConstraints()DroolsConstraintSessionFactory<Solution_,Score_>getConstraintSessionFactory()DroolsConstraintSessionFactory.SessionDescriptor<Score_>newConstraintStreamingSession(boolean constraintMatchEnabled, Solution_ workingSolution)-
Methods inherited from class org.optaplanner.core.impl.score.director.stream.AbstractConstraintStreamScoreDirectorFactory
buildConstraints
-
Methods inherited from class org.optaplanner.core.impl.score.director.AbstractScoreDirectorFactory
assertScoreFromScratch, buildScoreDirector, getAssertionScoreDirectorFactory, getInitializingScoreTrend, getScoreDefinition, getSolutionDescriptor, isAssertClonedSolution, setAssertClonedSolution, setAssertionScoreDirectorFactory, setInitializingScoreTrend
-
-
-
-
Constructor Detail
-
DroolsConstraintStreamScoreDirectorFactory
public DroolsConstraintStreamScoreDirectorFactory(SolutionDescriptor<Solution_> solutionDescriptor, ConstraintProvider constraintProvider, boolean droolsAlphaNetworkCompilationEnabled)
-
-
Method Detail
-
buildScoreDirector
public DroolsConstraintStreamScoreDirector<Solution_,Score_> buildScoreDirector(boolean lookUpEnabled, boolean constraintMatchEnabledPreference)
Description copied from interface:InnerScoreDirectorFactoryLikeInnerScoreDirectorFactory.buildScoreDirector(), but optionally disablesConstraintMatchtracking and look up for more performance (presuming theScoreDirectorimplementation actually supports it to begin with).- Parameters:
lookUpEnabled- true if aScoreDirectorimplementation should track all working objects forScoreDirector.lookUpWorkingObject(Object)constraintMatchEnabledPreference- false if aScoreDirectorimplementation should not doConstraintMatchtracking even if it supports it.- Returns:
- never null
- See Also:
InnerScoreDirector.isConstraintMatchEnabled(),InnerScoreDirector.getConstraintMatchTotalMap()
-
newConstraintStreamingSession
public DroolsConstraintSessionFactory.SessionDescriptor<Score_> newConstraintStreamingSession(boolean constraintMatchEnabled, Solution_ workingSolution)
-
getConstraintSessionFactory
public DroolsConstraintSessionFactory<Solution_,Score_> getConstraintSessionFactory()
-
getConstraints
public Constraint[] getConstraints()
- Specified by:
getConstraintsin classAbstractConstraintStreamScoreDirectorFactory<Solution_,Score_ extends Score<Score_>>
-
-