Package edu.uci.ics.jung.io
Interfaces and classes for reading and writing graphs in various (file)
formats.
See: Description
-
Interface Summary Interface Description GraphFile<V,E> General interface for loading and saving a graph from/to disk.GraphReader<G extends Hypergraph<V,E>,V,E> Interface for a reader of graph objects -
Class Summary Class Description GraphMLMetadata<T> Maintains information relating to data for the specified type.GraphMLReader<G extends Hypergraph<V,E>,V,E> Reads in data from a GraphML-formatted file and generates graphs based on that data.GraphMLWriter<V,E> Writes graphs out in GraphML format.PajekNetReader<G extends Graph<V,E>,V,E> Reads aGraphfrom a Pajek NET formatted source.PajekNetWriter<V,E> Writes graphs in the Pajek NET format. -
Exception Summary Exception Description GraphIOException Exception thrown when IO errors occur when reading/writing graphs.
Package edu.uci.ics.jung.io Description
Interfaces and classes for reading and writing graphs in various (file) formats. Current formats fully or partially supported include:
- GraphML format
- Pajek NET format
DataMelt 3.0 © DataMelt by jWork.ORG