Package org.jgrapht.ext
Extensions and integration means to other products.
-
Interface Summary Interface Description EdgeNameProvider<E> Assigns a display name for each of the graph edes.VertexNameProvider<V> Assigns a display name for each of the graph vertices. -
Class Summary Class Description DOTExporter<V,E> Exports a graph into a DOT file.GmlExporter<V,E> Exports a graph into a GML file (Graph Modelling Language).GraphMLExporter<V,E> Exports a graph into a GraphML file.IntegerEdgeNameProvider<E> Assigns a unique integer to represent each edge.IntegerNameProvider<V> Assigns a unique integer to represent each vertex.MatrixExporter<V,E> StringEdgeNameProvider<E> Generates edge names by invokingObject.toString()
on them.StringNameProvider<V> Generates vertex names by invokingObject.toString()
on them.VisioExporter<V,E> Exports a graph to a csv format that can be imported into MS Visio.