|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Solution in org.drools.planner.api.domain.solution.cloner |
---|
Classes in org.drools.planner.api.domain.solution.cloner with type parameters of type Solution | |
---|---|
interface |
SolutionCloner<SolutionG extends Solution>
Clones a Solution during planning. |
Uses of Solution in org.drools.planner.benchmark.core |
---|
Methods in org.drools.planner.benchmark.core that return Solution | |
---|---|
Solution |
ProblemBenchmark.readPlanningProblem()
|
Methods in org.drools.planner.benchmark.core with parameters of type Solution | |
---|---|
void |
ProblemBenchmark.writeOutputSolution(SingleBenchmark singleBenchmark,
Solution outputSolution)
|
Uses of Solution in org.drools.planner.config.solver |
---|
Fields in org.drools.planner.config.solver with type parameters of type Solution | |
---|---|
protected Class<? extends Solution> |
SolverConfig.solutionClass
|
Methods in org.drools.planner.config.solver that return types with arguments of type Solution | |
---|---|
Class<? extends Solution> |
SolverConfig.getSolutionClass()
|
Method parameters in org.drools.planner.config.solver with type arguments of type Solution | |
---|---|
void |
SolverConfig.setSolutionClass(Class<? extends Solution> solutionClass)
|
Uses of Solution in org.drools.planner.core |
---|
Methods in org.drools.planner.core that return Solution | |
---|---|
Solution |
Solver.getBestSolution()
|
Methods in org.drools.planner.core with parameters of type Solution | |
---|---|
void |
Solver.setPlanningProblem(Solution planningProblem)
|
Uses of Solution in org.drools.planner.core.bestsolution |
---|
Methods in org.drools.planner.core.bestsolution with parameters of type Solution | |
---|---|
void |
BestSolutionRecaller.updateBestSolution(DefaultSolverScope solverScope,
Solution solution,
int uninitializedVariableCount)
|
Uses of Solution in org.drools.planner.core.constructionheuristic.greedyFit.decider |
---|
Methods in org.drools.planner.core.constructionheuristic.greedyFit.decider that return Solution | |
---|---|
Solution |
GreedyMoveScope.getWorkingSolution()
|
Uses of Solution in org.drools.planner.core.constructionheuristic.scope |
---|
Methods in org.drools.planner.core.constructionheuristic.scope that return Solution | |
---|---|
Solution |
ConstructionHeuristicMoveScope.getWorkingSolution()
|
Uses of Solution in org.drools.planner.core.domain.entity |
---|
Methods in org.drools.planner.core.domain.entity with parameters of type Solution | |
---|---|
List<Object> |
PlanningEntityDescriptor.extractEntities(Solution solution)
|
long |
PlanningEntityDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
void |
PlanningEntitySorter.sortDifficultyAscending(Solution solution,
List<Object> planningEntityList)
Deprecated. |
void |
PlanningEntitySorter.sortDifficultyDescending(Solution solution,
List<Object> planningEntityList)
Deprecated. |
Uses of Solution in org.drools.planner.core.domain.solution |
---|
Methods in org.drools.planner.core.domain.solution that return types with arguments of type Solution | |
---|---|
Class<? extends Solution> |
SolutionDescriptor.getSolutionClass()
|
Methods in org.drools.planner.core.domain.solution with parameters of type Solution | |
---|---|
int |
SolutionDescriptor.countUninitializedVariables(Solution solution)
|
Collection<Object> |
SolutionDescriptor.getAllFacts(Solution solution)
|
int |
SolutionDescriptor.getPlanningEntityCount(Solution solution)
|
List<Object> |
SolutionDescriptor.getPlanningEntityList(Solution solution)
|
List<Object> |
SolutionDescriptor.getPlanningEntityListByPlanningEntityClass(Solution solution,
Class<?> planningEntityClass)
|
long |
SolutionDescriptor.getProblemScale(Solution solution)
Calculates an indication on how big this problem instance is. |
boolean |
SolutionDescriptor.isInitialized(Solution solution)
|
Constructor parameters in org.drools.planner.core.domain.solution with type arguments of type Solution | |
---|---|
SolutionDescriptor(Class<? extends Solution> solutionClass)
|
Uses of Solution in org.drools.planner.core.domain.solution.cloner |
---|
Classes in org.drools.planner.core.domain.solution.cloner with type parameters of type Solution | |
---|---|
class |
FieldAccessingSolutionCloner<SolutionG extends Solution>
|
class |
PlanningCloneableSolutionCloner<SolutionG extends Solution>
|
Uses of Solution in org.drools.planner.core.domain.value |
---|
Methods in org.drools.planner.core.domain.value with parameters of type Solution | |
---|---|
Collection<?> |
UndefinedPlanningValueRangeDescriptor.extractAllValuesWithFiltering(Solution solution)
|
Collection<?> |
PlanningValueRangeDescriptor.extractAllValuesWithFiltering(Solution solution)
|
Collection<?> |
FromSolutionPropertyPlanningValueRangeDescriptor.extractAllValuesWithFiltering(Solution solution)
|
Collection<?> |
FromEntityPropertyPlanningValueRangeDescriptor.extractAllValuesWithFiltering(Solution solution)
|
Collection<?> |
CompositePlanningValueRangeDescriptor.extractAllValuesWithFiltering(Solution solution)
|
Collection<?> |
UndefinedPlanningValueRangeDescriptor.extractValuesWithFiltering(Solution solution,
Object planningEntity)
|
Collection<?> |
PlanningValueRangeDescriptor.extractValuesWithFiltering(Solution solution,
Object planningEntity)
|
Collection<?> |
FromSolutionPropertyPlanningValueRangeDescriptor.extractValuesWithFiltering(Solution solution,
Object planningEntity)
|
Collection<?> |
FromEntityPropertyPlanningValueRangeDescriptor.extractValuesWithFiltering(Solution solution,
Object planningEntity)
|
Collection<?> |
CompositePlanningValueRangeDescriptor.extractValuesWithFiltering(Solution solution,
Object planningEntity)
|
long |
UndefinedPlanningValueRangeDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
long |
PlanningValueRangeDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
long |
FromSolutionPropertyPlanningValueRangeDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
long |
FromEntityPropertyPlanningValueRangeDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
long |
CompositePlanningValueRangeDescriptor.getProblemScale(Solution solution,
Object planningEntity)
|
Uses of Solution in org.drools.planner.core.domain.variable |
---|
Methods in org.drools.planner.core.domain.variable with parameters of type Solution | |
---|---|
Collection<?> |
PlanningVariableDescriptor.extractAllPlanningValues(Solution solution)
|
Collection<?> |
PlanningVariableDescriptor.extractPlanningValues(Solution solution,
Object entity)
|
long |
PlanningVariableDescriptor.getProblemScale(Solution solution,
Object entity)
|
void |
PlanningValueSorter.sortStrengthAscending(Solution solution,
List<Object> planningValueList)
Deprecated. |
void |
PlanningValueSorter.sortStrengthDescending(Solution solution,
List<Object> planningEntityList)
Deprecated. |
Uses of Solution in org.drools.planner.core.event |
---|
Methods in org.drools.planner.core.event that return Solution | |
---|---|
Solution |
BestSolutionChangedEvent.getNewBestSolution()
|
Methods in org.drools.planner.core.event with parameters of type Solution | |
---|---|
void |
SolverEventSupport.fireBestSolutionChanged(Solution newBestSolution)
|
Constructors in org.drools.planner.core.event with parameters of type Solution | |
---|---|
BestSolutionChangedEvent(Solver source,
long timeMillisSpend,
Solution newBestSolution)
Internal API. |
Uses of Solution in org.drools.planner.core.heuristic.selector.common.decorator |
---|
Classes in org.drools.planner.core.heuristic.selector.common.decorator with type parameters of type Solution | |
---|---|
interface |
SelectionSorterWeightFactory<Sol extends Solution,T>
Creates a weight to decide the order of a collections of selections (a selection is a PlanningEntity , a planningValue, a Move or a Selector ). |
Constructor parameters in org.drools.planner.core.heuristic.selector.common.decorator with type arguments of type Solution | |
---|---|
WeightFactorySelectionSorter(SelectionSorterWeightFactory<Solution,Object> selectionSorterWeightFactory,
SelectionSorterOrder selectionSorterOrder)
|
Uses of Solution in org.drools.planner.core.heuristic.selector.move.factory |
---|
Methods in org.drools.planner.core.heuristic.selector.move.factory with parameters of type Solution | |
---|---|
List<Move> |
MoveListFactory.createMoveList(Solution solution)
When it is called depends on the configured SelectionCacheType . |
Uses of Solution in org.drools.planner.core.localsearch.scope |
---|
Methods in org.drools.planner.core.localsearch.scope that return Solution | |
---|---|
Solution |
LocalSearchMoveScope.getWorkingSolution()
|
Uses of Solution in org.drools.planner.core.phase |
---|
Methods in org.drools.planner.core.phase that return Solution | |
---|---|
Solution |
AbstractSolverPhaseScope.getWorkingSolution()
|
Uses of Solution in org.drools.planner.core.phase.step |
---|
Fields in org.drools.planner.core.phase.step declared as Solution | |
---|---|
protected Solution |
AbstractStepScope.clonedSolution
|
Methods in org.drools.planner.core.phase.step that return Solution | |
---|---|
Solution |
AbstractStepScope.createOrGetClonedSolution()
|
Solution |
AbstractStepScope.getClonedSolution()
|
Solution |
AbstractStepScope.getWorkingSolution()
|
Methods in org.drools.planner.core.phase.step with parameters of type Solution | |
---|---|
void |
AbstractStepScope.setClonedSolution(Solution clonedSolution)
|
Uses of Solution in org.drools.planner.core.score.director |
---|
Fields in org.drools.planner.core.score.director declared as Solution | |
---|---|
protected Solution |
AbstractScoreDirector.workingSolution
|
Methods in org.drools.planner.core.score.director that return Solution | |
---|---|
Solution |
ScoreDirector.cloneWorkingSolution()
|
Solution |
AbstractScoreDirector.cloneWorkingSolution()
|
Solution |
ScoreDirector.getWorkingSolution()
The Solution that is used to calculate the Score . |
Solution |
AbstractScoreDirector.getWorkingSolution()
|
Methods in org.drools.planner.core.score.director with parameters of type Solution | |
---|---|
void |
ScoreDirectorFactory.assertScoreFromScratch(Solution solution)
Asserts that if the Score is calculated for the parameter solution,
it would be equal to the getScore() of that parameter. |
void |
AbstractScoreDirectorFactory.assertScoreFromScratch(Solution solution)
|
void |
ScoreDirector.setWorkingSolution(Solution workingSolution)
The workingSolution must never be the same instance as the bestSolution ,
it should be a (un)changed clone. |
void |
AbstractScoreDirector.setWorkingSolution(Solution workingSolution)
|
Uses of Solution in org.drools.planner.core.score.director.drools |
---|
Methods in org.drools.planner.core.score.director.drools with parameters of type Solution | |
---|---|
void |
DroolsScoreDirector.setWorkingSolution(Solution workingSolution)
|
Uses of Solution in org.drools.planner.core.score.director.incremental |
---|
Classes in org.drools.planner.core.score.director.incremental with type parameters of type Solution | |
---|---|
class |
AbstractIncrementalScoreCalculator<Sol extends Solution>
Abstract superclass for IncrementalScoreCalculator . |
interface |
IncrementalScoreCalculator<Sol extends Solution>
Used for incremental java Score calculation. |
Methods in org.drools.planner.core.score.director.incremental with parameters of type Solution | |
---|---|
void |
IncrementalScoreDirector.setWorkingSolution(Solution workingSolution)
|
Uses of Solution in org.drools.planner.core.score.director.simple |
---|
Classes in org.drools.planner.core.score.director.simple with type parameters of type Solution | |
---|---|
interface |
SimpleScoreCalculator<Sol extends Solution>
Used for simple java Score calculation. |
Uses of Solution in org.drools.planner.core.solution |
---|
Methods in org.drools.planner.core.solution that return Solution | |
---|---|
Solution |
ProblemIO.read(File inputSolutionFile)
This method is thread-safe. |
Methods in org.drools.planner.core.solution with parameters of type Solution | |
---|---|
void |
ProblemIO.write(Solution solution,
File outputSolutionFile)
This method is thread-safe. |
Uses of Solution in org.drools.planner.core.solver |
---|
Methods in org.drools.planner.core.solver that return Solution | |
---|---|
Solution |
DefaultSolver.getBestSolution()
|
Methods in org.drools.planner.core.solver with parameters of type Solution | |
---|---|
void |
DefaultSolver.setPlanningProblem(Solution planningProblem)
|
Uses of Solution in org.drools.planner.core.solver.scope |
---|
Fields in org.drools.planner.core.solver.scope declared as Solution | |
---|---|
protected Solution |
DefaultSolverScope.bestSolution
|
Methods in org.drools.planner.core.solver.scope that return Solution | |
---|---|
Solution |
DefaultSolverScope.getBestSolution()
|
Solution |
DefaultSolverScope.getWorkingSolution()
|
Methods in org.drools.planner.core.solver.scope with parameters of type Solution | |
---|---|
void |
DefaultSolverScope.assertScore(Solution solution)
|
void |
DefaultSolverScope.setBestSolution(Solution bestSolution)
The bestSolution must never be the same instance as the workingSolution, it should be a (un)changed clone. |
Uses of Solution in org.drools.planner.examples.cloudbalancing.domain |
---|
Classes in org.drools.planner.examples.cloudbalancing.domain that implement Solution | |
---|---|
class |
CloudBalance
|
Uses of Solution in org.drools.planner.examples.cloudbalancing.solver.move.factory |
---|
Methods in org.drools.planner.examples.cloudbalancing.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
CloudProcessSwapMoveFactory.createMoveList(Solution solution)
|
List<Move> |
CloudComputerChangeMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.cloudbalancing.swingui |
---|
Methods in org.drools.planner.examples.cloudbalancing.swingui with parameters of type Solution | |
---|---|
void |
CloudBalancingPanel.resetPanel(Solution solution)
|
void |
CloudBalancingPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.common.business |
---|
Methods in org.drools.planner.examples.common.business that return Solution | |
---|---|
Solution |
SolutionBusiness.getSolution()
|
Solution |
SolutionBusiness.solve(Solution planningProblem)
Can be called on any thread. |
Methods in org.drools.planner.examples.common.business with parameters of type Solution | |
---|---|
void |
SolutionBusiness.setSolution(Solution solution)
|
Solution |
SolutionBusiness.solve(Solution planningProblem)
Can be called on any thread. |
Uses of Solution in org.drools.planner.examples.common.persistence |
---|
Methods in org.drools.planner.examples.common.persistence that return Solution | |
---|---|
abstract Solution |
AbstractXmlSolutionImporter.XmlInputBuilder.readSolution()
|
abstract Solution |
AbstractTxtSolutionImporter.TxtInputBuilder.readSolution()
|
Solution |
XStreamSolutionDaoImpl.readSolution(File inputSolutionFile)
|
Solution |
SolutionDao.readSolution(File inputSolutionFile)
|
Solution |
AbstractXmlSolutionImporter.readSolution(File inputFile)
|
Solution |
AbstractTxtSolutionImporter.readSolution(File inputFile)
|
abstract Solution |
AbstractSolutionImporter.readSolution(File inputFile)
|
Solution |
AbstractTxtSolutionImporter.readSolution(URL inputURL)
|
Methods in org.drools.planner.examples.common.persistence with parameters of type Solution | |
---|---|
protected void |
XStreamSolutionDaoImpl.postRead(Solution solution)
|
abstract void |
AbstractXmlSolutionExporter.XmlOutputBuilder.setSolution(Solution solution)
|
abstract void |
AbstractTxtSolutionExporter.TxtOutputBuilder.setSolution(Solution solution)
|
void |
XStreamSolutionDaoImpl.writeSolution(Solution solution,
File outputSolutionFile)
|
void |
SolutionDao.writeSolution(Solution solution,
File outputSolutionFile)
|
void |
AbstractXmlSolutionExporter.writeSolution(Solution solution,
File outputFile)
|
void |
AbstractTxtSolutionExporter.writeSolution(Solution solution,
File outputFile)
|
abstract void |
AbstractSolutionExporter.writeSolution(Solution solution,
File outputFile)
|
Uses of Solution in org.drools.planner.examples.common.swingui |
---|
Methods in org.drools.planner.examples.common.swingui with parameters of type Solution | |
---|---|
abstract void |
SolutionPanel.resetPanel(Solution solution)
|
void |
SolutionPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.curriculumcourse.domain |
---|
Classes in org.drools.planner.examples.curriculumcourse.domain that implement Solution | |
---|---|
class |
CourseSchedule
|
Uses of Solution in org.drools.planner.examples.curriculumcourse.persistence |
---|
Methods in org.drools.planner.examples.curriculumcourse.persistence that return Solution | |
---|---|
Solution |
CurriculumCourseSolutionImporter.CurriculumCourseInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.curriculumcourse.persistence with parameters of type Solution | |
---|---|
void |
CurriculumCourseSolutionExporter.CurriculumCourseOutputBuilder.setSolution(Solution solution)
|
Uses of Solution in org.drools.planner.examples.curriculumcourse.solver.move.factory |
---|
Methods in org.drools.planner.examples.curriculumcourse.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
RoomChangeMoveFactory.createMoveList(Solution solution)
|
List<Move> |
PeriodChangeMoveFactory.createMoveList(Solution solution)
|
List<Move> |
LectureSwapMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.curriculumcourse.swingui |
---|
Methods in org.drools.planner.examples.curriculumcourse.swingui with parameters of type Solution | |
---|---|
void |
CurriculumCoursePanel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.examination.domain |
---|
Classes in org.drools.planner.examples.examination.domain that implement Solution | |
---|---|
class |
Examination
|
Uses of Solution in org.drools.planner.examples.examination.persistence |
---|
Methods in org.drools.planner.examples.examination.persistence that return Solution | |
---|---|
Solution |
ExaminationSolutionImporter.ExaminationInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.examination.persistence with parameters of type Solution | |
---|---|
void |
ExaminationSolutionExporter.ExaminationOutputBuilder.setSolution(Solution solution)
|
Uses of Solution in org.drools.planner.examples.examination.solver.move.factory |
---|
Methods in org.drools.planner.examples.examination.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
RoomChangeMoveFactory.createMoveList(Solution solution)
|
List<Move> |
PeriodChangeMoveFactory.createMoveList(Solution solution)
|
List<Move> |
ExamSwapMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.examination.swingui |
---|
Methods in org.drools.planner.examples.examination.swingui with parameters of type Solution | |
---|---|
void |
ExaminationPanel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.machinereassignment.domain |
---|
Classes in org.drools.planner.examples.machinereassignment.domain that implement Solution | |
---|---|
class |
MachineReassignment
|
Uses of Solution in org.drools.planner.examples.machinereassignment.persistence |
---|
Methods in org.drools.planner.examples.machinereassignment.persistence that return Solution | |
---|---|
Solution |
MachineReassignmentProblemIO.read(File inputSolutionFile)
|
Solution |
MachineReassignmentSolutionImporter.MachineReassignmentInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.machinereassignment.persistence with parameters of type Solution | |
---|---|
void |
MachineReassignmentSolutionExporter.MachineReassignmentOutputBuilder.setSolution(Solution solution)
|
void |
MachineReassignmentProblemIO.write(Solution solution,
File outputSolutionFile)
|
Uses of Solution in org.drools.planner.examples.machinereassignment.swingui |
---|
Methods in org.drools.planner.examples.machinereassignment.swingui with parameters of type Solution | |
---|---|
void |
MachineReassignmentPanel.resetPanel(Solution solution)
|
void |
MachineReassignmentPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.manners2009.domain |
---|
Classes in org.drools.planner.examples.manners2009.domain that implement Solution | |
---|---|
class |
Manners2009
|
Uses of Solution in org.drools.planner.examples.manners2009.persistence |
---|
Methods in org.drools.planner.examples.manners2009.persistence that return Solution | |
---|---|
Solution |
Manners2009SolutionImporter.Manners2009InputBuilder.readSolution()
|
Uses of Solution in org.drools.planner.examples.manners2009.swingui |
---|
Methods in org.drools.planner.examples.manners2009.swingui with parameters of type Solution | |
---|---|
void |
Manners2009Panel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.nqueens.domain |
---|
Classes in org.drools.planner.examples.nqueens.domain that implement Solution | |
---|---|
class |
NQueens
|
Uses of Solution in org.drools.planner.examples.nqueens.solver.move.factory |
---|
Methods in org.drools.planner.examples.nqueens.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
RowChangeMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.nqueens.swingui |
---|
Methods in org.drools.planner.examples.nqueens.swingui with parameters of type Solution | |
---|---|
void |
NQueensPanel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.nurserostering.domain |
---|
Classes in org.drools.planner.examples.nurserostering.domain that implement Solution | |
---|---|
class |
NurseRoster
|
Uses of Solution in org.drools.planner.examples.nurserostering.persistence |
---|
Methods in org.drools.planner.examples.nurserostering.persistence that return Solution | |
---|---|
Solution |
NurseRosteringSolutionImporter.NurseRosteringInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.nurserostering.persistence with parameters of type Solution | |
---|---|
void |
NurseRosteringSolutionExporter.NurseRosteringOutputBuilder.setSolution(Solution solution)
|
Uses of Solution in org.drools.planner.examples.nurserostering.solver.move.factory |
---|
Methods in org.drools.planner.examples.nurserostering.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
ShiftAssignmentSwapMoveFactory.createMoveList(Solution solution)
|
List<Move> |
ShiftAssignmentSequenceSwitchLength3MoveFactory.createMoveList(Solution solution)
|
List<Move> |
ShiftAssignmentSequenceSwitchLength2MoveFactory.createMoveList(Solution solution)
|
List<Move> |
ShiftAssignmentPillarPartSwapMoveFactory.createMoveList(Solution solution)
|
List<Move> |
EmployeeChangeMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.nurserostering.swingui |
---|
Methods in org.drools.planner.examples.nurserostering.swingui with parameters of type Solution | |
---|---|
void |
NurseRosteringPanel.resetPanel(Solution solution)
|
void |
NurseRosteringPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.pas.domain |
---|
Classes in org.drools.planner.examples.pas.domain that implement Solution | |
---|---|
class |
PatientAdmissionSchedule
|
Uses of Solution in org.drools.planner.examples.pas.persistence |
---|
Methods in org.drools.planner.examples.pas.persistence that return Solution | |
---|---|
Solution |
PatientAdmissionScheduleSolutionImporter.PatientAdmissionScheduleInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.pas.persistence with parameters of type Solution | |
---|---|
void |
PatientAdmissionScheduleSolutionExporter.PatientAdmissionScheduleOutputBuilder.setSolution(Solution solution)
|
Uses of Solution in org.drools.planner.examples.pas.solver.move.factory |
---|
Methods in org.drools.planner.examples.pas.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
BedDesignationSwapMoveFactory.createMoveList(Solution solution)
|
List<Move> |
BedDesignationPillarPartSwapMoveFactory.createMoveList(Solution solution)
|
List<Move> |
BedChangeMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.pas.swingui |
---|
Methods in org.drools.planner.examples.pas.swingui with parameters of type Solution | |
---|---|
void |
PatientAdmissionSchedulePanel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.travelingtournament.domain |
---|
Classes in org.drools.planner.examples.travelingtournament.domain that implement Solution | |
---|---|
class |
TravelingTournament
|
Uses of Solution in org.drools.planner.examples.travelingtournament.persistence |
---|
Methods in org.drools.planner.examples.travelingtournament.persistence that return Solution | |
---|---|
Solution |
TravelingTournamentSolutionImporter.TravelingTournamentInputBuilder.readSolution()
|
Methods in org.drools.planner.examples.travelingtournament.persistence with parameters of type Solution | |
---|---|
void |
TravelingTournamentSolutionExporter.TravelingTournamentOutputBuilder.setSolution(Solution solution)
|
Uses of Solution in org.drools.planner.examples.travelingtournament.solver.move.factory |
---|
Methods in org.drools.planner.examples.travelingtournament.solver.move.factory with parameters of type Solution | |
---|---|
List<Move> |
MatchChainRotationsMoveFactory.createMoveList(Solution solution)
|
Uses of Solution in org.drools.planner.examples.travelingtournament.swingui |
---|
Methods in org.drools.planner.examples.travelingtournament.swingui with parameters of type Solution | |
---|---|
void |
TravelingTournamentPanel.resetPanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.tsp.domain |
---|
Classes in org.drools.planner.examples.tsp.domain that implement Solution | |
---|---|
class |
TravelingSalesmanTour
|
Uses of Solution in org.drools.planner.examples.tsp.persistence |
---|
Methods in org.drools.planner.examples.tsp.persistence that return Solution | |
---|---|
Solution |
TspSolutionImporter.TravelingSalesmanTourInputBuilder.readSolution()
|
Uses of Solution in org.drools.planner.examples.tsp.swingui |
---|
Methods in org.drools.planner.examples.tsp.swingui with parameters of type Solution | |
---|---|
void |
TspPanel.resetPanel(Solution solution)
|
void |
TspPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.examples.vehiclerouting.domain |
---|
Classes in org.drools.planner.examples.vehiclerouting.domain that implement Solution | |
---|---|
class |
VrpSchedule
|
Uses of Solution in org.drools.planner.examples.vehiclerouting.persistence |
---|
Methods in org.drools.planner.examples.vehiclerouting.persistence that return Solution | |
---|---|
Solution |
VehicleRoutingSolutionImporter.VrpScheduleInputBuilder.readSolution()
|
Uses of Solution in org.drools.planner.examples.vehiclerouting.swingui |
---|
Methods in org.drools.planner.examples.vehiclerouting.swingui with parameters of type Solution | |
---|---|
void |
VehicleRoutingPanel.resetPanel(Solution solution)
|
void |
VehicleRoutingPanel.updatePanel(Solution solution)
|
Uses of Solution in org.drools.planner.persistence.xstream |
---|
Methods in org.drools.planner.persistence.xstream that return Solution | |
---|---|
Solution |
XStreamProblemIO.read(File inputSolutionFile)
|
Methods in org.drools.planner.persistence.xstream with parameters of type Solution | |
---|---|
void |
XStreamProblemIO.write(Solution solution,
File outputSolutionFile)
|
|
Drools Planner distribution 6.0.0.Alpha9 | |||||||||
PREV NEXT | FRAMES NO FRAMES |