Class CAPInstanceImporter

java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<CAPInstance>
es.urjc.etsii.grafo.flayouts.model.CAPInstanceImporter

public class CAPInstanceImporter extends InstanceImporter<CAPInstance>
  • Constructor Details

    • CAPInstanceImporter

      public CAPInstanceImporter()
  • Method Details

    • importInstance

      public CAPInstance importInstance(BufferedReader reader, String filename) throws IOException
      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<CAPInstance>
      Parameters:
      reader - Input buffer, managed by the framework
      filename - Filename on disk
      Returns:
      The instance object that represents this object
      Throws:
      IOException - If an error is encountered while the instance is being parsed