Class FLPInstanceImporter
java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<FLPInstance>
es.urjc.etsii.grafo.flayouts.model.FLPInstanceImporter
-
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 InstanceImporter
importInstance
-
Constructor Details
-
FLPInstanceImporter
public FLPInstanceImporter()
-
-
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<FLPInstance>- Parameters:
reader- Input buffer, managed by the frameworkfilename- Filename on disk- Returns:
- The instance object that represents this object
-