| Package | Description |
|---|---|
| org.vertexium |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphVisitor |
| Modifier and Type | Method and Description |
|---|---|
void |
GraphBase.visit(Iterable<? extends Element> elements,
GraphVisitor visitor) |
void |
Graph.visit(Iterable<? extends Element> elements,
GraphVisitor visitor)
Visits elements using the supplied elements and visitor
|
void |
GraphBase.visitEdges(GraphVisitor graphVisitor,
Authorizations authorizations) |
void |
Graph.visitEdges(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all edges on the graph
|
void |
GraphBase.visitElements(GraphVisitor graphVisitor,
Authorizations authorizations) |
void |
Graph.visitElements(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all elements on the graph
|
void |
GraphBase.visitVertices(GraphVisitor graphVisitor,
Authorizations authorizations) |
void |
Graph.visitVertices(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all vertices on the graph
|
Copyright © 2014–2018. All rights reserved.