OptaPlanner distribution 6.1.0.Final

Uses of Interface
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO

Packages that use SolutionFileIO
org.optaplanner.benchmark.config   
org.optaplanner.benchmark.impl.result   
org.optaplanner.examples.machinereassignment.persistence   
org.optaplanner.examples.tsp.persistence   
org.optaplanner.examples.vehiclerouting.persistence   
org.optaplanner.persistence.xstream.impl.domain.solution   
 

Uses of SolutionFileIO in org.optaplanner.benchmark.config
 

Methods in org.optaplanner.benchmark.config that return types with arguments of type SolutionFileIO
 Class<SolutionFileIO> ProblemBenchmarksConfig.getSolutionFileIOClass()
           
 

Method parameters in org.optaplanner.benchmark.config with type arguments of type SolutionFileIO
 void ProblemBenchmarksConfig.setSolutionFileIOClass(Class<SolutionFileIO> solutionFileIOClass)
           
 

Uses of SolutionFileIO in org.optaplanner.benchmark.impl.result
 

Methods in org.optaplanner.benchmark.impl.result that return SolutionFileIO
 SolutionFileIO ProblemBenchmarkResult.getSolutionFileIO()
           
 

Methods in org.optaplanner.benchmark.impl.result with parameters of type SolutionFileIO
 void ProblemBenchmarkResult.setSolutionFileIO(SolutionFileIO solutionFileIO)
           
 

Uses of SolutionFileIO in org.optaplanner.examples.machinereassignment.persistence
 

Classes in org.optaplanner.examples.machinereassignment.persistence that implement SolutionFileIO
 class MachineReassignmentFileIO
           
 

Uses of SolutionFileIO in org.optaplanner.examples.tsp.persistence
 

Classes in org.optaplanner.examples.tsp.persistence that implement SolutionFileIO
 class TspFileIO
           
 

Uses of SolutionFileIO in org.optaplanner.examples.vehiclerouting.persistence
 

Classes in org.optaplanner.examples.vehiclerouting.persistence that implement SolutionFileIO
 class VehicleRoutingFileIO
           
 

Uses of SolutionFileIO in org.optaplanner.persistence.xstream.impl.domain.solution
 

Classes in org.optaplanner.persistence.xstream.impl.domain.solution that implement SolutionFileIO
 class XStreamSolutionFileIO
           
 


OptaPlanner distribution 6.1.0.Final

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