public interface VertexProvider extends NamespaceAware
Modifier and Type | Method and Description |
---|---|
void |
addVertexListener(VertexListener vertexListener) |
void |
clearVertices() |
boolean |
containsVertexId(String id)
Deprecated.
Use
containsVertexId(VertexRef, Criteria...) instead. |
boolean |
containsVertexId(VertexRef id,
Criteria... criteria) |
List<Vertex> |
getChildren(VertexRef group,
Criteria... criteria) |
Vertex |
getParent(VertexRef vertex) |
List<Vertex> |
getRootGroup() |
int |
getSemanticZoomLevel(VertexRef vertex) |
Vertex |
getVertex(String namespace,
String id) |
Vertex |
getVertex(VertexRef reference,
Criteria... criteria) |
int |
getVertexTotalCount() |
List<Vertex> |
getVertices(Collection<? extends VertexRef> references,
Criteria... criteria) |
List<Vertex> |
getVertices(Criteria... criteria)
Return an immutable list of vertices that match the criteria.
|
boolean |
hasChildren(VertexRef group) |
void |
removeVertexListener(VertexListener vertexListener) |
boolean |
setParent(VertexRef child,
VertexRef parent) |
contributesTo, getNamespace
@Deprecated boolean containsVertexId(String id)
containsVertexId(VertexRef, Criteria...)
instead.int getSemanticZoomLevel(VertexRef vertex)
List<Vertex> getVertices(Criteria... criteria)
List<Vertex> getVertices(Collection<? extends VertexRef> references, Criteria... criteria)
boolean hasChildren(VertexRef group)
void addVertexListener(VertexListener vertexListener)
void removeVertexListener(VertexListener vertexListener)
void clearVertices()
int getVertexTotalCount()
Copyright © 2021. All rights reserved.