Class GraphExporter<N,​E>

  • Type Parameters:
    N - the network node type
    E - the network edge type
    Direct Known Subclasses:
    DotExporter, GmlExporter

    public abstract class GraphExporter<N,​E>
    extends Object
    Exports a graph into a DOT file.