Class ACInstanceImporter
java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<ACInstance>
es.urjc.etsii.grafo.autoconfigtests.model.ACInstanceImporter
Load a test instance used to validate the autoconfig behaviour, instance data consists on several lines with random words
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionimportInstance
(BufferedReader reader, String filename) Create an instance from the format used by the problem.Methods inherited from class es.urjc.etsii.grafo.io.InstanceImporter
importInstance
-
Constructor Details
-
ACInstanceImporter
public ACInstanceImporter()
-
-
Method Details
-
importInstance
Description copied from class:InstanceImporter
Create an instance from the format used by the problem. After this method finishes executing, the Instance object MUST BE IMMUTABLE.- Specified by:
importInstance
in classInstanceImporter<ACInstance>
- Parameters:
reader
- Input buffer, managed by the frameworkfilename
- Filename on disk- Returns:
- The instance object that represents this object
- Throws:
IOException
- If an error is encountered while the instance is being parsed
-