Uses of Interface
org.optaplanner.core.impl.score.stream.ConstraintSession
-
-
Uses of ConstraintSession in org.optaplanner.core.impl.score.director.stream
Fields in org.optaplanner.core.impl.score.director.stream declared as ConstraintSession Modifier and Type Field Description protected ConstraintSession<Solution_,Score_>ConstraintStreamScoreDirector. sessionMethods in org.optaplanner.core.impl.score.director.stream that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_,Score_>ConstraintStreamScoreDirector. getSession()ConstraintSession<Solution_,Score_>ConstraintStreamScoreDirectorFactory. newConstraintStreamingSession(boolean constraintMatchEnabled, Solution_ workingSolution) -
Uses of ConstraintSession in org.optaplanner.core.impl.score.stream
Methods in org.optaplanner.core.impl.score.stream that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_,Score_>ConstraintSessionFactory. buildSession(boolean constraintMatchEnabled, Solution_ workingSolution)This method is thread-safe. -
Uses of ConstraintSession in org.optaplanner.core.impl.score.stream.bavet
Classes in org.optaplanner.core.impl.score.stream.bavet that implement ConstraintSession Modifier and Type Class Description classBavetConstraintSession<Solution_,Score_ extends Score<Score_>>Methods in org.optaplanner.core.impl.score.stream.bavet that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_,Score_>BavetConstraintSessionFactory. buildSession(boolean constraintMatchEnabled, Solution_ workingSolution) -
Uses of ConstraintSession in org.optaplanner.core.impl.score.stream.drools
Classes in org.optaplanner.core.impl.score.stream.drools that implement ConstraintSession Modifier and Type Class Description classDroolsConstraintSession<Solution_,Score_ extends Score<Score_>>Methods in org.optaplanner.core.impl.score.stream.drools that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_,Score_>DroolsConstraintSessionFactory. buildSession(boolean constraintMatchEnabled, Solution_ workingSolution)
-