public class PathNodeLoadClauseBuilder extends Object implements LoadClauseBuilder
| Constructor and Description |
|---|
PathNodeLoadClauseBuilder() |
| Modifier and Type | Method and Description |
|---|---|
String |
build(String variable,
String label,
int depth)
Build load clause based on given parameters
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbuildpublic String build(String variable, String label, int depth)
LoadClauseBuilderbuild in interface LoadClauseBuildervariable - node variable (start node) to be expandedlabel - label of the start nodedepth - max depth to load, note that some implementations may not accept unlimited depth (-1)Copyright © 2015–2020 Neo Technology, Inc.. All rights reserved.