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).
Interfaces for the JUNG graph types, and some representative implementations.
-
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.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.visualization.spatial
Methods in edu.uci.ics.jung.visualization.spatial that return PairModifier and TypeMethodDescriptionAggregateGraph.getEndpoints
(E edge) FastRenderingGraph.getEndpoints
(E edge)