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 files that this class can read are given in the Instances directory under CstnuTool one.

It assumes that nodes are LabeledNode and edges are Edge.

Version:
$Rev: 993 $
Author:
posenato