Package | Description |
---|---|
org.optaplanner.benchmark.config |
Classes which represent the XML Benchmark configuration of OptaPlanner Benchmark.
|
org.optaplanner.benchmark.impl.loader | |
org.optaplanner.persistence.jaxb.impl.domain.solution | |
org.optaplanner.persistence.xstream.impl.domain.solution |
Modifier and Type | Method and Description |
---|---|
Class<SolutionFileIO> |
ProblemBenchmarksConfig.getSolutionFileIOClass() |
Modifier and Type | Method and Description |
---|---|
void |
ProblemBenchmarksConfig.setSolutionFileIOClass(Class<SolutionFileIO> solutionFileIOClass) |
Modifier and Type | Method and Description |
---|---|
SolutionFileIO<Solution_> |
FileProblemProvider.getSolutionFileIO() |
Constructor and Description |
---|
FileProblemProvider(SolutionFileIO<Solution_> solutionFileIO,
File problemFile) |
Modifier and Type | Class and Description |
---|---|
class |
JaxbSolutionFileIO<Solution_> |
Modifier and Type | Class and Description |
---|---|
class |
XStreamSolutionFileIO<Solution_>
Security warning: only use this class with XML files from a trusted source,
because
XStream is configured to allow all permissions,
which can be exploited if the XML comes from an untrusted source. |
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.