Class VRPODInstanceImporter

java.lang.Object
es.urjc.etsii.grafo.io.InstanceImporter<VRPODInstance>
es.urjc.etsii.grafo.vrpod.model.instance.VRPODInstanceImporter

public class VRPODInstanceImporter extends InstanceImporter<VRPODInstance>
  • Constructor Details

    • VRPODInstanceImporter

      public VRPODInstanceImporter()
  • Method Details

    • importInstance

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