public abstract static class PathMapper.WithoutResult extends Object implements PathMapper<Void>, IterationController
PathMapper.WithoutResultIterationController.IterationMode| Constructor and Description |
|---|
WithoutResult() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
eachPath(org.neo4j.graphdb.Path path) |
IterationController.IterationMode |
getIterationMode() |
Void |
mapPath(org.neo4j.graphdb.Path path)
map operation, converts the path to any other, specified type instance
|
public abstract void eachPath(org.neo4j.graphdb.Path path)
public Void mapPath(org.neo4j.graphdb.Path path)
PathMappermapPath in interface PathMapper<Void>path - given pathpublic IterationController.IterationMode getIterationMode()
getIterationMode in interface IterationControllerCopyright © 2011-2014–2014 Pivotal Software, Inc.. All rights reserved.