Uses of Class
edu.uci.ics.jung.graph.util.Pair
Packages that use Pair
Package
Description
Support for establishing and maintaining graph element equivalence (such as in blockmodeling).
Mechanisms for identifying clusters in graphs.
Methods for generating random graphs with various properties.
Interfaces for the JUNG graph types, and some representative implementations.
Utility interfaces and classes for the JUNG API.
-
Uses of Pair in edu.uci.ics.jung.algorithms.blockmodel
Methods in edu.uci.ics.jung.algorithms.blockmodel that return types with arguments of type Pair -
Uses of Pair in edu.uci.ics.jung.algorithms.cluster
Fields in edu.uci.ics.jung.algorithms.cluster with type parameters of type Pair -
Uses of Pair in edu.uci.ics.jung.algorithms.generators.random
Methods in edu.uci.ics.jung.algorithms.generators.random that return types with arguments of type PairModifier and TypeMethodDescriptionBarabasiAlbertGenerator.createRandomEdges
(Collection<V> preexistingNodes, V newVertex, int numEdges) Method parameters in edu.uci.ics.jung.algorithms.generators.random with type arguments of type PairModifier and TypeMethodDescriptionprivate void
BarabasiAlbertGenerator.createRandomEdge
(Collection<V> preexistingNodes, V newVertex, Set<Pair<V>> added_pairs, WeightedChoice<V> weightedProbabilities) -
Uses of Pair in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph with type parameters of type PairModifier and TypeFieldDescriptionSparseGraph.directed_edges
OrderedKAryTree.edge_vpairs
DirectedSparseGraph.edges
DirectedSparseMultigraph.edges
SparseMultigraph.edges
UndirectedSparseGraph.edges
UndirectedSparseMultigraph.edges
SparseGraph.undirected_edges
DirectedSparseGraph.vertices
DirectedSparseMultigraph.vertices
SparseMultigraph.vertices
Methods in edu.uci.ics.jung.graph that return PairModifier and TypeMethodDescriptionDirectedSparseGraph.getEndpoints
(E edge) DirectedSparseMultigraph.getEndpoints
(E edge) Graph.getEndpoints
(E edge) Returns the endpoints ofedge
as aPair
.GraphDecorator.getEndpoints
(E edge) OrderedKAryTree.getEndpoints
(E edge) SparseGraph.getEndpoints
(E edge) SparseMultigraph.getEndpoints
(E edge) UndirectedSparseGraph.getEndpoints
(E edge) UndirectedSparseMultigraph.getEndpoints
(E edge) AbstractGraph.getValidatedEndpoints
(E edge, Pair<? extends V> endpoints) Methods in edu.uci.ics.jung.graph with parameters of type PairModifier and TypeMethodDescriptionboolean
Addsedge
to this graph with the specifiedendpoints
, with the default edge type.abstract boolean
Addsedge
to this graph with the specifiedendpoints
andEdgeType
.boolean
boolean
boolean
boolean
boolean
boolean
boolean
AbstractGraph.getValidatedEndpoints
(E edge, Pair<? extends V> endpoints) -
Uses of Pair in edu.uci.ics.jung.graph.util
Methods in edu.uci.ics.jung.graph.util that return PairModifier and TypeMethodDescriptionGraphs.SynchronizedAbstractGraph.getEndpoints
(E edge) Graphs.UnmodifiableAbstractGraph.getEndpoints
(E edge) -
Uses of Pair in edu.uci.ics.jung.visualization.spatial
Methods in edu.uci.ics.jung.visualization.spatial that return PairModifier and TypeMethodDescriptionAggregateGraph.getEndpoints
(E edge) FastRenderingGraph.getEndpoints
(E edge)