| Package | Description |
|---|---|
| edu.uci.ics.jung.io |
Provides a set of graph file format interpreters for loading graphs from disk.
|
| edu.uci.ics.jung.utils |
Provides a series of useful utility methods, and a number of custom helper classes designed specifically for this application.
|
| Modifier and Type | Method and Description |
|---|---|
Graph |
PajekNetReader.load(java.io.Reader reader,
Graph g,
NumberEdgeValue nev,
VertexGenerator vg)
Populates the graph
g with the graph represented by the
Pajek-format data supplied by reader. |
| Modifier and Type | Class and Description |
|---|---|
class |
TypedVertexGenerator
Generates vertices according to the edge requirements
submitted to the constructor.
|
| Modifier and Type | Method and Description |
|---|---|
static VertexGenerator |
GraphUtils.getVertexGenerator(ArchetypeGraph g)
Returns the
VertexGenerator, if any, stored in g's
user data at the standardized location specified by the VG interface: VertexGenerator.TAG. |