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_>ConstraintStreamScoreDirector. sessionMethods in org.optaplanner.core.impl.score.director.stream that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_>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_>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_>Methods in org.optaplanner.core.impl.score.stream.bavet that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_>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_>Methods in org.optaplanner.core.impl.score.stream.drools that return ConstraintSession Modifier and Type Method Description ConstraintSession<Solution_>DroolsConstraintSessionFactory. buildSession(boolean constraintMatchEnabled, Solution_ workingSolution)
-