public static class TravelingTournamentImporter.TravelingTournamentInputBuilder extends AbstractTxtSolutionImporter.TxtInputBuilder<TravelingTournament>
bufferedReader, inputFilelogger| Constructor and Description |
|---|
TravelingTournamentInputBuilder() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
initializeMatchDays(TravelingTournament travelingTournament)
Canonical pattern initialization (see papers).
|
TravelingTournament |
readSolution() |
getInputId, parseBooleanFromNumber, readConstantLine, readConstantLine, readEmptyLine, readIntegerValue, readIntegerValue, readIntegerValue, readLongValue, readLongValue, readLongValue, readOptionalConstantLine, readOptionalStringValue, readOptionalStringValue, readOptionalStringValue, readStringValue, readStringValue, readStringValue, readUntilConstantLine, removePrefixSuffixFromLine, setBufferedReader, setInputFile, skipOptionalConstantLines, splitBy, splitBy, splitByCommaAndTrim, splitByCommaAndTrim, splitByPipelineAndTrim, splitBySemicolonSeparatedValue, splitBySemicolonSeparatedValue, splitBySpace, splitBySpace, splitBySpace, splitBySpace, splitBySpacesOrTabs, splitBySpacesOrTabs, splitBySpacesOrTabspublic TravelingTournament readSolution() throws IOException
readSolution in class AbstractTxtSolutionImporter.TxtInputBuilder<TravelingTournament>IOExceptionprotected void initializeMatchDays(TravelingTournament travelingTournament)
travelingTournament - the traveling tournamentCopyright © 2006–2020 JBoss by Red Hat. All rights reserved.