Package | Description |
---|---|
edu.uci.ics.jung.graph |
Interfaces for the JUNG graph types, and some representative implementations.
|
org.girod.jgraphml.model |
This package contains the graphml model classes.
|
Modifier and Type | Field and Description |
---|---|
protected java.util.Map<E,Pair<V>> |
SparseGraph.directed_edges |
protected java.util.Map<E,Pair<V>> |
OrderedKAryTree.edge_vpairs |
protected java.util.Map<E,Pair<V>> |
DirectedSparseGraph.edges |
protected java.util.Map<E,Pair<V>> |
DirectedSparseMultigraph.edges |
protected java.util.Map<E,Pair<V>> |
SparseMultigraph.edges |
protected java.util.Map<E,Pair<V>> |
UndirectedSparseGraph.edges |
protected java.util.Map<E,Pair<V>> |
UndirectedSparseMultigraph.edges |
protected java.util.Map<E,Pair<V>> |
SparseGraph.undirected_edges |
protected java.util.Map<V,Pair<java.util.Map<V,E>>> |
DirectedSparseGraph.vertices |
protected java.util.Map<V,Pair<java.util.Set<E>>> |
DirectedSparseMultigraph.vertices |
protected java.util.Map<V,Pair<java.util.Set<E>>> |
SparseMultigraph.vertices |
Modifier and Type | Method and Description |
---|---|
Pair<V> |
DirectedSparseGraph.getEndpoints(E edge) |
Pair<V> |
DirectedSparseMultigraph.getEndpoints(E edge) |
Pair<V> |
Graph.getEndpoints(E edge)
Returns the endpoints of
edge as a Pair . |
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) |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGraph.addEdgeWithEndPoints(E edge,
Pair<? extends V> endpoints)
Adds
edge to this graph with the specified endpoints ,
with the default edge type. |
abstract boolean |
AbstractGraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType)
Adds
edge to this graph with the specified endpoints
and EdgeType . |
boolean |
DirectedSparseGraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
DirectedSparseMultigraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
OrderedKAryTree.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
SparseGraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
SparseMultigraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
UndirectedSparseGraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edgeType) |
boolean |
UndirectedSparseMultigraph.addEdgeWithEndpoints(E edge,
Pair<? extends V> endpoints,
EdgeType edge_type) |
protected Pair<V> |
AbstractGraph.getValidatedEndpoints(E edge,
Pair<? extends V> endpoints) |
Modifier and Type | Method and Description |
---|---|
Pair<IGraphMLNode> |
AbstractGraphMLDiagram.getEndpoints(GraphMLEdge edge)
Returns the endpoints of
edge as a Pair<V> . |
Modifier and Type | Method and Description |
---|---|
boolean |
AbstractGraphMLDiagram.addEdgeWithEndpoints(GraphMLEdge edge,
Pair<? extends IGraphMLNode> endpoints,
EdgeType edgeType)
Add an edgeto this graph with the specified endpoints and EdgeType.
|
Copyright © 2021, 2022 Herve Girod. All Rights Reserved. Documentation and source under the BSD 3-Clause licence