org.drools.planner.examples.travelingtournament.persistence.smart
Class SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder

java.lang.Object
  extended by org.drools.planner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
      extended by org.drools.planner.examples.travelingtournament.persistence.smart.SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder
Enclosing class:
SmartTravelingTournamentSolutionExporter

public class SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder
extends AbstractTxtSolutionExporter.TxtOutputBuilder


Field Summary
 
Fields inherited from class org.drools.planner.examples.common.persistence.AbstractTxtSolutionExporter.TxtOutputBuilder
bufferedWriter
 
Constructor Summary
SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder()
           
 
Method Summary
 void setSolution(Solution solution)
           
 void writeSolution()
           
 
Methods inherited from class org.drools.planner.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

SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder

public SmartTravelingTournamentSolutionExporter.SmartTravelingTournamentOutputBuilder()
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


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