public class BusinessServiceGraph extends SimpleGraph
| Constructor and Description | 
|---|
BusinessServiceGraph()  | 
| Modifier and Type | Method and Description | 
|---|---|
Vertex | 
getVertex(String namespace,
         String id)  | 
Vertex | 
getVertex(VertexRef reference,
         Criteria... criteria)  | 
List<Vertex> | 
getVertices(Collection<? extends VertexRef> references,
           Criteria... criteria)  | 
List<Vertex> | 
getVertices(Criteria... criteria)
Return an immutable list of vertices that match the criteria. 
 | 
add, add, add, add, addEdgeListener, addEdges, addVertexListener, addVertices, clearEdges, clearVertices, connectVertices, connectVertices, containsVertexId, containsVertexId, contributesTo, getEdge, getEdge, getEdgeIdsForVertex, getEdgeIdsForVertices, getEdges, getEdges, getEdgeTotalCount, getNamespace, getVertexTotalCount, remove, remove, removeEdgeListener, removeEdges, removeVertex, removeVertexListener, resetContainer, setEdges, setVerticespublic Vertex getVertex(VertexRef reference, Criteria... criteria)
getVertex in interface BackendGraphgetVertex in class SimpleGraphpublic Vertex getVertex(String namespace, String id)
getVertex in interface BackendGraphgetVertex in class SimpleGraphpublic List<Vertex> getVertices(Criteria... criteria)
BackendGraphgetVertices in interface BackendGraphgetVertices in class SimpleGraphpublic List<Vertex> getVertices(Collection<? extends VertexRef> references, Criteria... criteria)
getVertices in interface BackendGraphgetVertices in class SimpleGraphCopyright © 2020. All rights reserved.