OptaPlanner distribution 6.2.1-SNAPSHOT

org.optaplanner.examples.cheaptime.persistence
Class CheapTimeExporter.CheapTimeOutputBuilder

java.lang.Object
  extended by org.optaplanner.examples.common.app.LoggingMain
      extended by org.optaplanner.examples.common.persistence.AbstractSolutionExporter.OutputBuilder
          extended by org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
              extended by org.optaplanner.examples.cheaptime.persistence.CheapTimeExporter.CheapTimeOutputBuilder
Enclosing class:
CheapTimeExporter

public static class CheapTimeExporter.CheapTimeOutputBuilder
extends AbstractTxtSolutionExporter.TxtOutputBuilder


Field Summary
 
Fields inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
bufferedWriter
 
Fields inherited from class org.optaplanner.examples.common.app.LoggingMain
logger
 
Constructor Summary
CheapTimeExporter.CheapTimeOutputBuilder()
           
 
Method Summary
 void setSolution(Solution solution)
           
 void writeSolution()
           
 
Methods inherited from class org.optaplanner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
setBufferedWriter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CheapTimeExporter.CheapTimeOutputBuilder

public CheapTimeExporter.CheapTimeOutputBuilder()
Method Detail

setSolution

public void setSolution(Solution solution)
Specified by:
setSolution in class AbstractTxtSolutionExporter.TxtOutputBuilder

writeSolution

public void writeSolution()
                   throws IOException
Specified by:
writeSolution in class AbstractTxtSolutionExporter.TxtOutputBuilder
Throws:
IOException

OptaPlanner distribution 6.2.1-SNAPSHOT

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