| Package | Description |
|---|---|
| com.mware.ge |
| Modifier and Type | Class and Description |
|---|---|
class |
DefaultGraphVisitor |
| Modifier and Type | Method and Description |
|---|---|
default void |
Graph.visit(Iterable<? extends Element> elements,
GraphVisitor visitor)
Visits elements using the supplied elements and visitor
|
default void |
Graph.visitEdges(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all edges on the graph
|
default void |
Graph.visitElements(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all elements on the graph
|
default void |
Graph.visitVertices(GraphVisitor graphVisitor,
Authorizations authorizations)
Visits all vertices on the graph
|
Copyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.