Package | Description |
---|---|
edu.uci.ics.jung.algorithms.blockmodel |
Implementations of a notion of graph equivalence for blockmodeling, and a mechanism for collapsing blocks.
|
edu.uci.ics.jung.graph.impl |
Implementations of the JUNG vertex, edge, and graph interfaces.
|
edu.uci.ics.jung.graph.predicates |
A
Predicate tests whether an Object satisfies a specific
implementation-defined property. |
Modifier and Type | Class and Description |
---|---|
static class |
GraphCollapser.DirectedCollapsedEdge
This class represents a Collapsed Directed edge,
and extends DirectedSparseEdge.
|
Modifier and Type | Class and Description |
---|---|
class |
DirectedSparseEdge
An implementation of
DirectedEdge that resides in a
directed graph. |
Modifier and Type | Method and Description |
---|---|
protected boolean |
ParallelEdgePredicate.evaluateDirectedEdge(DirectedEdge de,
java.util.Iterator s_iter) |