Modifier and Type | Method and Description |
---|---|
Edge |
Graph.getEdgeByKey(String edgeKey) |
Modifier and Type | Method and Description |
---|---|
Collection<Edge> |
Graph.getDisplayEdges() |
Modifier and Type | Method and Description |
---|---|
void |
GraphVisitor.visitEdge(Edge edge) |
Modifier and Type | Method and Description |
---|---|
Edge |
VertexHopGraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
Edge |
VertexHopGraphProvider.getEdge(EdgeRef reference) |
Edge |
VertexHopGraphProvider.getEdge(String namespace,
String id) |
Modifier and Type | Method and Description |
---|---|
static Set<Edge> |
VertexHopGraphProvider.collapseEdges(Set<Edge> edges,
CollapsibleCriteria[] criteria)
This function assumes that all criteria passed in are marked as collapsed.
|
List<Edge> |
VertexHopGraphProvider.getEdges(Collection<? extends EdgeRef> references) |
List<Edge> |
VertexHopGraphProvider.getEdges(Criteria... criteria) |
Modifier and Type | Method and Description |
---|---|
void |
VertexHopGraphProvider.addEdges(Edge... edges) |
Modifier and Type | Method and Description |
---|---|
static Set<Edge> |
VertexHopGraphProvider.collapseEdges(Set<Edge> edges,
CollapsibleCriteria[] criteria)
This function assumes that all criteria passed in are marked as collapsed.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEdge |
Modifier and Type | Method and Description |
---|---|
Edge |
Edge.clone() |
Edge |
GraphProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
Edge |
AbstractTopologyProvider.connectVertices(VertexRef sourceVertextId,
VertexRef targetVertextId) |
Edge |
SimpleEdgeProvider.getEdge(EdgeRef reference) |
Edge |
DelegatingVertexEdgeProvider.getEdge(EdgeRef reference) |
Edge |
EdgeProvider.getEdge(EdgeRef reference) |
Edge |
SimpleEdgeProvider.getEdge(String namespace,
String id) |
Edge |
DelegatingVertexEdgeProvider.getEdge(String namespace,
String id) |
Edge |
EdgeProvider.getEdge(String namespace,
String id) |
Modifier and Type | Method and Description |
---|---|
List<Edge> |
SimpleEdgeProvider.getEdges(Collection<? extends EdgeRef> references) |
List<Edge> |
DelegatingVertexEdgeProvider.getEdges(Collection<? extends EdgeRef> references) |
List<Edge> |
EdgeProvider.getEdges(Collection<? extends EdgeRef> references)
Return an immutable list of all edges that match this set of references.
|
List<Edge> |
SimpleEdgeProvider.getEdges(Criteria... criteria) |
List<Edge> |
DelegatingVertexEdgeProvider.getEdges(Criteria... criteria) |
List<Edge> |
EdgeProvider.getEdges(Criteria... criteria)
Return an immutable list of edges that match the criteria.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleEdgeProvider.add(Edge... edges) |
void |
GraphProvider.addEdges(Edge... edges) |
void |
AbstractTopologyProvider.addEdges(Edge... edges) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleEdgeProvider.add(List<Edge> edges) |
void |
EdgeListener.edgeSetChanged(EdgeProvider provider,
Collection<? extends Edge> added,
Collection<? extends Edge> updated,
Collection<String> removedEdgeIds) |
void |
EdgeListener.edgeSetChanged(EdgeProvider provider,
Collection<? extends Edge> added,
Collection<? extends Edge> updated,
Collection<String> removedEdgeIds) |
void |
SimpleEdgeProvider.setEdges(List<Edge> edges) |
Modifier and Type | Method and Description |
---|---|
void |
GraphPainter.visitEdge(Edge edge) |
Modifier and Type | Method and Description |
---|---|
void |
VEProviderGraphContainer.edgeSetChanged(EdgeProvider provider,
Collection<? extends Edge> added,
Collection<? extends Edge> updated,
Collection<String> removedEdgeIds) |
void |
VEProviderGraphContainer.edgeSetChanged(EdgeProvider provider,
Collection<? extends Edge> added,
Collection<? extends Edge> updated,
Collection<String> removedEdgeIds) |
Modifier and Type | Method and Description |
---|---|
Edge |
DefaultGraph.getEdgeByKey(String edgeKey) |
Modifier and Type | Method and Description |
---|---|
Collection<Edge> |
DefaultGraph.getDisplayEdges() |
Constructor and Description |
---|
DefaultGraph(Collection<Vertex> displayVertices,
Collection<Edge> displayEdges) |
Modifier and Type | Method and Description |
---|---|
static void |
GraphUtils.renderGraphToFile(edu.uci.ics.jung.graph.Graph<VertexRef,Edge> jungGraph,
File file) |
Modifier and Type | Class and Description |
---|---|
class |
BusinessServiceEdge |
Modifier and Type | Class and Description |
---|---|
class |
GraphMLEdge |
Modifier and Type | Class and Description |
---|---|
class |
LinkdEdge |
Copyright © 2021. All rights reserved.