Class BMSSCInstanceImporter

java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<BMSSCInstance>
es.urjc.etsii.grafo.bmssc.model.BMSSCInstanceImporter

public class BMSSCInstanceImporter extends InstanceImporter<BMSSCInstance>
  • Constructor Details

    • BMSSCInstanceImporter

      public BMSSCInstanceImporter()
  • Method Details

    • importInstance

      public BMSSCInstance 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<BMSSCInstance>
      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