| Package | Description |
|---|---|
| com.mware.ge |
| Modifier and Type | Class and Description |
|---|---|
class |
RelatedEdgeImpl |
| Modifier and Type | Method and Description |
|---|---|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummary(Iterable<String> vertexIds,
Authorizations authorizations)
Given a list of vertex ids, find all the edges that connect them.
|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummary(Iterable<String> vertexIds,
Long endTime,
Authorizations authorizations)
Given a list of vertex ids, find all the edges that connect them.
|
default Iterable<RelatedEdge> |
Graph.findRelatedEdgeSummaryForVertices(Iterable<Vertex> verticesIterable,
Authorizations authorizations)
Given a list of vertices, find all the edges that connect them.
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.