public final class GraphMLExportDemo
extends Object
This class demonstrates exporting a graph with custom vertex and edge attributes as GraphML.
Vertices of the graph have an attribute called "color" and a "name" attribute. Edges have a
"weight" attribute as well as a "name" attribute.