Package edu.uci.ics.jung.io
package edu.uci.ics.jung.io
Interfaces and classes for reading and writing graphs in various (file) formats. Current formats fully or partially supported include:
- GraphML format
- Pajek NET format
-
ClassDescriptionGraphFile<V,
E> General interface for loading and saving a graph from/to disk.Exception thrown when IO errors occur when reading/writing graphs.Maintains information relating to data for the specified type.Reads in data from a GraphML-formatted file and generates graphs based on that data.GraphMLWriter<V,E> Writes graphs out in GraphML format.Interface for a reader of graph objectsReads aGraph
from a Pajek NET formatted source.A Predicate which evaluates totrue
if the argument ends with the string "list".A Predicate which evaluates totrue
if the argument starts with the constructor-specified String.PajekNetWriter<V,E> Writes graphs in the Pajek NET format.