Class FLPInstanceImporter

java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<FLPInstance>
es.urjc.etsii.grafo.flayouts.model.FLPInstanceImporter

public class FLPInstanceImporter extends InstanceImporter<FLPInstance>
  • Constructor Details

    • FLPInstanceImporter

      public FLPInstanceImporter()
  • Method Details

    • importInstance

      public FLPInstance importInstance(BufferedReader reader, String filename)
      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 class InstanceImporter<FLPInstance>
      Parameters:
      reader - Input buffer, managed by the framework
      filename - Filename on disk
      Returns:
      The instance object that represents this object