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.
|
samples.graph.southern | |
scratch.danyel |
Modifier and Type | Method and Description |
---|---|
protected void |
FoldingTransformer.checkGraphConstraints(KPartiteGraph g)
Checks for, and rejects, mixed-mode graphs, and sets the
undirected
class variable state. |
Graph |
FoldingTransformer.fold(KPartiteGraph g,
org.apache.commons.collections.Predicate p)
Equivalent to
fold(g, p, null) . |
Graph |
FoldingTransformer.fold(KPartiteGraph g,
org.apache.commons.collections.Predicate p,
NumberEdgeValue nev)
Converts
g into a unipartite graph whose vertex set is the
vertices whose partition is specified by p . |
Modifier and Type | Class and Description |
---|---|
class |
KPartiteSparseGraph
An implementation of KPartiteGraph based on SparseGraph.
|
Modifier and Type | Method and Description |
---|---|
KPartiteGraph |
BipartiteGraphReader.load(java.io.Reader reader)
Creates a
KPartiteGraph (where k = 2) based on connection
data gathered from a Reader. |
Modifier and Type | Method and Description |
---|---|
protected static void |
TestSouthernWomenBipartite.dumpNames(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |
Constructor and Description |
---|
BipartiteVertexRenderer(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |
TestSouthernWomenBipartite.RemoveAndRefold(KPartiteGraph kpg) |
Constructor and Description |
---|
BPVR(KPartiteGraph bpg,
StringLabeller women,
StringLabeller dates) |