Uses of Interface
org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
Packages that use SolutionFileIO
Package
Description
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
-
Uses of SolutionFileIO in org.optaplanner.benchmark.config
Methods in org.optaplanner.benchmark.config that return types with arguments of type SolutionFileIOModifier and TypeMethodDescriptionClass<? extends SolutionFileIO<?>>
ProblemBenchmarksConfig.getSolutionFileIOClass()
Method parameters in org.optaplanner.benchmark.config with type arguments of type SolutionFileIOModifier and TypeMethodDescriptionvoid
ProblemBenchmarksConfig.setSolutionFileIOClass
(Class<? extends SolutionFileIO<?>> solutionFileIOClass) ProblemBenchmarksConfig.withSolutionFileIOClass
(Class<? extends SolutionFileIO<?>> solutionFileIOClass) -
Uses of SolutionFileIO in org.optaplanner.benchmark.impl.loader
Methods in org.optaplanner.benchmark.impl.loader that return SolutionFileIOConstructors in org.optaplanner.benchmark.impl.loader with parameters of type SolutionFileIOModifierConstructorDescriptionFileProblemProvider
(SolutionFileIO<Solution_> solutionFileIO, File problemFile) -
Uses of SolutionFileIO in org.optaplanner.persistence.jackson.impl.domain.solution
Classes in org.optaplanner.persistence.jackson.impl.domain.solution that implement SolutionFileIO -
Uses of SolutionFileIO in org.optaplanner.persistence.jaxb.impl.domain.solution
Classes in org.optaplanner.persistence.jaxb.impl.domain.solution that implement SolutionFileIO -
Uses of SolutionFileIO in org.optaplanner.persistence.xstream.impl.domain.solution
Classes in org.optaplanner.persistence.xstream.impl.domain.solution that implement SolutionFileIOModifier and TypeClassDescriptionclass
XStreamSolutionFileIO<Solution_>
Deprecated, for removal: This API element is subject to removal in a future version.Prefer JAXB for serialization into XML.