OptaPlanner distribution 6.2.1-SNAPSHOT

Uses of Interface
org.optaplanner.core.impl.solver.ProblemFactChange

Packages that use ProblemFactChange
org.optaplanner.core.api.solver   
org.optaplanner.core.impl.solver   
org.optaplanner.examples.common.business   
org.optaplanner.examples.common.swingui   
 

Uses of ProblemFactChange in org.optaplanner.core.api.solver
 

Methods in org.optaplanner.core.api.solver with parameters of type ProblemFactChange
 boolean Solver.addProblemFactChange(ProblemFactChange problemFactChange)
          Schedules a ProblemFactChange to be processed.
 

Uses of ProblemFactChange in org.optaplanner.core.impl.solver
 

Fields in org.optaplanner.core.impl.solver with type parameters of type ProblemFactChange
protected  BlockingQueue<ProblemFactChange> BasicPlumbingTermination.problemFactChangeQueue
           
 

Methods in org.optaplanner.core.impl.solver that return types with arguments of type ProblemFactChange
 BlockingQueue<ProblemFactChange> BasicPlumbingTermination.startProblemFactChangesProcessing()
           
 

Methods in org.optaplanner.core.impl.solver with parameters of type ProblemFactChange
 boolean DefaultSolver.addProblemFactChange(ProblemFactChange problemFactChange)
           
 boolean BasicPlumbingTermination.addProblemFactChange(ProblemFactChange problemFactChange)
          Concurrency note: unblocks BasicPlumbingTermination.waitForRestartSolverDecision()
 

Uses of ProblemFactChange in org.optaplanner.examples.common.business
 

Methods in org.optaplanner.examples.common.business with parameters of type ProblemFactChange
 void SolutionBusiness.doProblemFactChange(ProblemFactChange problemFactChange)
           
 

Uses of ProblemFactChange in org.optaplanner.examples.common.swingui
 

Methods in org.optaplanner.examples.common.swingui with parameters of type ProblemFactChange
 void SolutionPanel.doProblemFactChange(ProblemFactChange problemFactChange)
           
 void SolutionPanel.doProblemFactChange(ProblemFactChange problemFactChange, boolean reset)
           
 


OptaPlanner distribution 6.2.1-SNAPSHOT

Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.