Class TNGraphMLWriter

java.lang.Object
edu.uci.ics.jung.io.GraphMLWriter<LabeledNode,Edge>
it.univr.di.cstnu.graph.TNGraphMLWriter

public class TNGraphMLWriter extends edu.uci.ics.jung.io.GraphMLWriter<LabeledNode,Edge>
Allows the writing of a Temporal Network graph to a file or a string in GraphML format.
GraphML format allows the definition of different attributes for the TNGraph, vertices and edges.
All attributes are defined in the first part of a GraphML file. Examples of GraphML file that can read by this class are given in the Instances directory under CstnuTool one.
It assumes that nodes are LabeledNode and edges are Edge.
Version:
$Rev: 875 $
Author:
posenato