public class GraphTraversal extends Object
| Modifier and Type | Method and Description |
|---|---|
static Vertex[] |
getTraversal(GraphModel graphModel,
Vertex startVertex,
int direction,
boolean ignoreBackLinks) |
static Vertex[] |
getTraversal(GraphModel graphModel,
Vertex startVertex,
Vertex endVertex,
int direction,
boolean ignoreBackLinks) |
public static final int kUp
public static final int kDown
public static Vertex[] getTraversal(GraphModel graphModel, Vertex startVertex, int direction, boolean ignoreBackLinks)
public static Vertex[] getTraversal(GraphModel graphModel, Vertex startVertex, Vertex endVertex, int direction, boolean ignoreBackLinks)
Copyright © 1997–2019 CRISTAL-iSE. All rights reserved.