GraphMLMetadata<T> |
Maintains information relating to data for the specified type.
|
GraphMLReader<G extends edu.uci.ics.jung.graph.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.
|
MatrixFile<V,E> |
Basic I/O handler for ascii matrix files.
|
PajekNetReader<G extends edu.uci.ics.jung.graph.Graph<V,E>,V,E> |
Reads a Graph from a Pajek NET formatted source.
|
PajekNetReader.ListTagPred |
A Predicate which evaluates to true if the
argument ends with the string "list".
|
PajekNetReader.StartsWithPredicate |
A Predicate which evaluates to true if the
argument starts with the constructor-specified String.
|
PajekNetWriter<V,E> |
Writes graphs in the Pajek NET format.
|