Uses of Class
edu.uci.ics.jung.graph.util.Pair
-
Packages that use Pair Package Description edu.uci.ics.jung.algorithms.blockmodel Support for establishing and maintaining graph element equivalence (such as in blockmodeling).edu.uci.ics.jung.graph Interfaces for the JUNG graph types, and some representative implementations.edu.uci.ics.jung.visualization.spatial -
-
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 Modifier and Type Method Description protected java.util.Set<Pair<V>>StructurallyEquivalent. getEquivalentPairs(Graph<V,?> g)For each vertex pair v, v1 in G, checks whether v and v1 are fully equivalent: meaning that they connect to the exact same vertices. -
Uses of Pair in edu.uci.ics.jung.graph
Fields in edu.uci.ics.jung.graph with type parameters of type Pair Modifier and Type Field Description protected java.util.Map<E,Pair<V>>SparseGraph. directed_edgesprotected java.util.Map<E,Pair<V>>OrderedKAryTree. edge_vpairsprotected java.util.Map<E,Pair<V>>DirectedSparseGraph. edgesprotected java.util.Map<E,Pair<V>>DirectedSparseMultigraph. edgesprotected java.util.Map<E,Pair<V>>SparseMultigraph. edgesprotected java.util.Map<E,Pair<V>>UndirectedSparseGraph. edgesprotected java.util.Map<E,Pair<V>>UndirectedSparseMultigraph. edgesprotected java.util.Map<E,Pair<V>>SparseGraph. undirected_edgesprotected java.util.Map<V,Pair<java.util.Map<V,E>>>DirectedSparseGraph. verticesprotected java.util.Map<V,Pair<java.util.Set<E>>>DirectedSparseMultigraph. verticesprotected java.util.Map<V,Pair<java.util.Set<E>>>SparseMultigraph. verticesMethods in edu.uci.ics.jung.graph that return Pair Modifier and Type Method Description Pair<V>DirectedSparseGraph. getEndpoints(E edge)Pair<V>DirectedSparseMultigraph. getEndpoints(E edge)Pair<V>Graph. getEndpoints(E edge)Returns the endpoints ofedgeas aPair.Pair<V>GraphDecorator. getEndpoints(E edge)Pair<V>OrderedKAryTree. getEndpoints(E edge)Pair<V>SparseGraph. getEndpoints(E edge)Pair<V>SparseMultigraph. getEndpoints(E edge)Pair<V>UndirectedSparseGraph. getEndpoints(E edge)Pair<V>UndirectedSparseMultigraph. getEndpoints(E edge)protected Pair<V>AbstractGraph. getValidatedEndpoints(E edge, Pair<? extends V> endpoints)Methods in edu.uci.ics.jung.graph with parameters of type Pair Modifier and Type Method Description booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints)Addsedgeto this graph with the specifiedendpoints, with the default edge type.abstract booleanAbstractGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)Addsedgeto this graph with the specifiedendpointsandEdgeType.booleanDirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanDirectedSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanOrderedKAryTree. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseGraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edgeType)booleanUndirectedSparseMultigraph. addEdge(E edge, Pair<? extends V> endpoints, EdgeType edge_type)protected Pair<V>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 Pair Modifier and Type Method Description Pair<V>AggregateGraph. getEndpoints(E edge)Pair<V>FastRenderingGraph. getEndpoints(E edge)
-