Skip navigation links
OptaPlanner persistence common 7.17.0.Final
G O R S W 

G

getInputFileExtension() - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
Every PlanningSolution type potentially has its own file extension.
getOutputFileExtension() - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
It's highly recommended that this method returns the same value as getInputFileExtension(), which it does by default unless it's overridden, because a good output file is able to function as an input file.

O

org.optaplanner.persistence.common.api.domain.solution - package org.optaplanner.persistence.common.api.domain.solution
 

R

read(File) - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
This method is thread-safe.

S

SolutionFileIO<Solution_> - Interface in org.optaplanner.persistence.common.api.domain.solution
Reads or writes a PlanningSolution from or to a File.

W

write(Solution_, File) - Method in interface org.optaplanner.persistence.common.api.domain.solution.SolutionFileIO
This method is thread-safe.
G O R S W 
Skip navigation links
OptaPlanner persistence common 7.17.0.Final

Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.