Class FileSourceDOT

All Implemented Interfaces:
FileSource, Source

public class FileSourceDOT
extends FileSourceParser
Graph reader for GraphViz "dot" files. In this format, edges have no identifier. By default an automatic identifier is added to each edge. You can add an identifier to an edge by adding an "id" attribute to the edge. For example :
 A -- B [ id=AB ];