public class CoachShuttleGatheringImporter extends AbstractTxtSolutionImporter<CoachShuttleGatheringSolution>
Modifier and Type | Class and Description |
---|---|
static class |
CoachShuttleGatheringImporter.CoachShuttleGatheringInputBuilder |
AbstractTxtSolutionImporter.TxtInputBuilder<Solution_>
AbstractSolutionImporter.InputBuilder
logger
Constructor and Description |
---|
CoachShuttleGatheringImporter() |
Modifier and Type | Method and Description |
---|---|
AbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution> |
createTxtInputBuilder() |
String |
getInputFileSuffix() |
boolean |
isInputFileDirectory() |
static void |
main(String[] args) |
CoachShuttleGatheringSolution |
readSolution(File inputFile) |
readSolution
acceptInputFile, factorial, getFlooredPossibleSolutionSize
public static void main(String[] args)
public boolean isInputFileDirectory()
isInputFileDirectory
in class AbstractSolutionImporter<CoachShuttleGatheringSolution>
public String getInputFileSuffix()
getInputFileSuffix
in class AbstractTxtSolutionImporter<CoachShuttleGatheringSolution>
public AbstractTxtSolutionImporter.TxtInputBuilder<CoachShuttleGatheringSolution> createTxtInputBuilder()
createTxtInputBuilder
in class AbstractTxtSolutionImporter<CoachShuttleGatheringSolution>
public CoachShuttleGatheringSolution readSolution(File inputFile)
readSolution
in class AbstractTxtSolutionImporter<CoachShuttleGatheringSolution>
Copyright © 2006–2020 JBoss by Red Hat. All rights reserved.