| 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 | Class and Description | 
|---|---|
class  | 
AbstractEdge  | 
| Modifier and Type | Method and Description | 
|---|---|
Edge | 
Edge.clone()  | 
Edge | 
CollapsibleGraph.connectVertices(String edgeId,
               VertexRef sourceVertextId,
               VertexRef targetVertextId)  | 
Edge | 
BackendGraph.connectVertices(String edgeId,
               VertexRef sourceVertextId,
               VertexRef targetVertextId)  | 
Edge | 
CollapsibleGraph.getEdge(EdgeRef reference)  | 
Edge | 
BackendGraph.getEdge(EdgeRef reference)  | 
Edge | 
CollapsibleGraph.getEdge(String namespace,
       String id)  | 
Edge | 
BackendGraph.getEdge(String namespace,
       String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Edge> | 
CollapsibleGraph.collapseEdges(Set<Edge> edges,
             CollapsibleCriteria[] criteria)
This function assumes that all criteria passed in are marked as collapsed. 
 | 
List<Edge> | 
CollapsibleGraph.getEdges(Collection<? extends EdgeRef> references)  | 
List<Edge> | 
BackendGraph.getEdges(Collection<? extends EdgeRef> references)
Return an immutable list of all edges that match this set of references. 
 | 
List<Edge> | 
CollapsibleGraph.getEdges(Criteria... criteria)  | 
List<Edge> | 
BackendGraph.getEdges(Criteria... criteria)
Return an immutable list of edges that match the criteria. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
CollapsibleGraph.addEdges(Edge... edges)  | 
void | 
BackendGraph.addEdges(Edge... edges)  | 
| Modifier and Type | Method and Description | 
|---|---|
static Set<Edge> | 
CollapsibleGraph.collapseEdges(Set<Edge> edges,
             CollapsibleCriteria[] criteria)
This function assumes that all criteria passed in are marked as collapsed. 
 | 
void | 
EdgeListener.edgeSetChanged(BackendGraph graph,
              Collection<? extends Edge> added,
              Collection<? extends Edge> updated,
              Collection<String> removedEdgeIds)  | 
void | 
EdgeListener.edgeSetChanged(BackendGraph graph,
              Collection<? extends Edge> added,
              Collection<? extends Edge> updated,
              Collection<String> removedEdgeIds)  | 
| Modifier and Type | Method and Description | 
|---|---|
Edge | 
SimpleGraph.connectVertices(String edgeId,
               VertexRef sourceVertextId,
               VertexRef targetVertextId)  | 
Edge | 
SimpleGraph.getEdge(EdgeRef reference)  | 
Edge | 
SimpleGraph.getEdge(String namespace,
       String id)  | 
| Modifier and Type | Method and Description | 
|---|---|
List<Edge> | 
SimpleGraph.getEdges(Collection<? extends EdgeRef> references)  | 
List<Edge> | 
SimpleGraph.getEdges(Criteria... criteria)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleGraph.add(Edge... edges)  | 
void | 
SimpleGraph.addEdges(Edge... edges)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
SimpleGraph.add(List<Edge> edges)  | 
void | 
SimpleGraph.setEdges(List<Edge> edges)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
GraphPainter.visitEdge(Edge edge)  | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
VEProviderGraphContainer.edgeSetChanged(BackendGraph graph,
              Collection<? extends Edge> added,
              Collection<? extends Edge> updated,
              Collection<String> removedEdgeIds)  | 
void | 
VEProviderGraphContainer.edgeSetChanged(BackendGraph graph,
              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  | 
| Constructor and Description | 
|---|
LegacyEdge(Edge legacyEdge)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
LegacyEdge  | 
Copyright © 2020. All rights reserved.