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, setVertices
public Vertex getVertex(VertexRef reference, Criteria... criteria)
getVertex
in interface BackendGraph
getVertex
in class SimpleGraph
public Vertex getVertex(String namespace, String id)
getVertex
in interface BackendGraph
getVertex
in class SimpleGraph
public List<Vertex> getVertices(Criteria... criteria)
BackendGraph
getVertices
in interface BackendGraph
getVertices
in class SimpleGraph
public List<Vertex> getVertices(Collection<? extends VertexRef> references, Criteria... criteria)
getVertices
in interface BackendGraph
getVertices
in class SimpleGraph
Copyright © 2021. All rights reserved.