org.drools.planner.examples.traindesign.persistence
Class TrainDesignSolutionImporter.TrainDesignInputBuilder

java.lang.Object
  extended by org.drools.planner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
      extended by org.drools.planner.examples.traindesign.persistence.TrainDesignSolutionImporter.TrainDesignInputBuilder
Enclosing class:
TrainDesignSolutionImporter

public class TrainDesignSolutionImporter.TrainDesignInputBuilder
extends AbstractTxtSolutionImporter.TxtInputBuilder


Field Summary
 
Fields inherited from class org.drools.planner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
bufferedReader, inputFile
 
Constructor Summary
TrainDesignSolutionImporter.TrainDesignInputBuilder()
           
 
Method Summary
 Solution readSolution()
           
 
Methods inherited from class org.drools.planner.examples.common.persistence.AbstractTxtSolutionImporter.TxtInputBuilder
parseBooleanFromNumber, readConstantLine, readEmptyLine, readIntegerValue, readIntegerValue, readIntegerValue, readLongValue, readLongValue, readLongValue, readStringValue, readStringValue, readStringValue, readUntilConstantLine, removePrefixSuffixFromLine, setBufferedReader, setInputFile, splitBy, splitBy, splitByPipelineAndTrim, splitBySemicolonSeparatedValue, splitBySpace, splitBySpace, splitBySpace, splitBySpacesOrTabs, splitBySpacesOrTabs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrainDesignSolutionImporter.TrainDesignInputBuilder

public TrainDesignSolutionImporter.TrainDesignInputBuilder()
Method Detail

readSolution

public Solution readSolution()
                      throws IOException
Specified by:
readSolution in class AbstractTxtSolutionImporter.TxtInputBuilder
Throws:
IOException


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