public class FindPathOptions extends Object
| Constructor and Description |
|---|
FindPathOptions(String sourceVertexId,
String destVertexId,
int maxHops) |
| Modifier and Type | Method and Description |
|---|---|
String |
getDestVertexId() |
String[] |
getExcludedLabels() |
String[] |
getLabels() |
int |
getMaxHops() |
ProgressCallback |
getProgressCallback() |
String |
getSourceVertexId() |
FindPathOptions |
setExcludedLabels(String... excludedLabels)
Edge labels to be excluded from traversal
|
FindPathOptions |
setLabels(String... labels)
Edge labels to include, if null any label will be traversed
|
FindPathOptions |
setProgressCallback(ProgressCallback progressCallback) |
String |
toString() |
public String getSourceVertexId()
public String getDestVertexId()
public int getMaxHops()
public String[] getLabels()
public FindPathOptions setLabels(String... labels)
public String[] getExcludedLabels()
public FindPathOptions setExcludedLabels(String... excludedLabels)
public ProgressCallback getProgressCallback()
public FindPathOptions setProgressCallback(ProgressCallback progressCallback)
Copyright © 2014–2017. All rights reserved.