Class CAPInstanceImporter
java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<CAPInstance>
es.urjc.etsii.grafo.flayouts.model.CAPInstanceImporter
-
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
-
CAPInstanceImporter
public CAPInstanceImporter()
-
-
Method Details
-
importInstance
Description copied from class:InstanceImporterCreate an instance from the format used by the problem. After this method finishes executing, the Instance object MUST BE IMMUTABLE.- Specified by:
importInstancein classInstanceImporter<CAPInstance>- 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
-