public class DefaultGraphVisitor extends Object implements GraphVisitor
| Constructor and Description |
|---|
DefaultGraphVisitor() |
| Modifier and Type | Method and Description |
|---|---|
void |
visitEdge(Edge edge) |
void |
visitElement(Element element) |
void |
visitExtendedDataRow(Element element,
String tableName,
ExtendedDataRow row) |
void |
visitProperty(Element element,
Property property) |
void |
visitProperty(Element element,
String tableName,
ExtendedDataRow row,
Property property) |
void |
visitVertex(Vertex vertex) |
public void visitElement(Element element)
visitElement in interface GraphVisitorpublic void visitVertex(Vertex vertex)
visitVertex in interface GraphVisitorpublic void visitEdge(Edge edge)
visitEdge in interface GraphVisitorpublic void visitProperty(Element element, Property property)
visitProperty in interface GraphVisitorpublic void visitExtendedDataRow(Element element, String tableName, ExtendedDataRow row)
visitExtendedDataRow in interface GraphVisitorpublic void visitProperty(Element element, String tableName, ExtendedDataRow row, Property property)
visitProperty in interface GraphVisitorCopyright © 2016–2021 MWARE SOLUTIONS. All rights reserved.