Package | Description |
---|---|
edu.uci.ics.jung.algorithms.transformation | |
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
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 |
FoldingTransformer.fold(Hypergraph h,
Graph target,
boolean use_vertices,
NumberEdgeValue nev,
org.apache.commons.collections.BidiMap map)
Creates a
Graph which is a "folded" version of h . |
Modifier and Type | Class and Description |
---|---|
class |
HypergraphBPG
Deprecated.
As of version 1.7, replaced by
SetHypergraph . |
class |
SetHypergraph
A basic implementation of
Hypergraph . |
Modifier and Type | Method and Description |
---|---|
Hypergraph |
HypergraphReader.load(java.io.Reader reader) |
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.addEdges(Hypergraph g,
java.util.Set edges)
Adds all edges in the specified set to
g . |
static void |
GraphUtils.addVertices(Hypergraph g,
java.util.Set vertices)
Adds all vertices in the specified set to
g . |
static void |
GraphUtils.removeEdges(Hypergraph g,
java.util.Set edges)
Removes all vertices in the specified set from
g . |
static void |
GraphUtils.removeVertices(Hypergraph g,
java.util.Set vertices)
Removes all vertices in the specified set from
g . |