java.lang.Object
org.graffiti.plugin.io.AbstractInputSerializer
de.ipk_gatersleben.ag_nw.graffiti.plugins.ios.importers.text_list.TextListReader
All Implemented Interfaces:
InputSerializer, Serializer

public class TextListReader
extends AbstractInputSerializer
edges in list form S T W (header) a b 0.3 c b 0.7 % comment a c 1.0 or simple text format (see http://www.graphdrawing.de/contest2009/gdcategories2009.html): # Nodes Id1,40,40,20,20 Id2,40,40,100,100 Id3,40,40 # Edges Id1,Id2,40,20,100,20,100,80 Id3,Id2
Author:
Christian Klukas
  • Constructor Details

    • TextListReader

      public TextListReader()
  • Method Details