org.neo4j.graphalgo.impl.util
Class PathImpl.Builder
java.lang.Object
org.neo4j.graphalgo.impl.util.PathImpl.Builder
- Enclosing class:
- PathImpl
public static final class PathImpl.Builder
- extends Object
PathImpl.Builder
public PathImpl.Builder(Node start)
getStartNode
public Node getStartNode()
build
public Path build()
push
public PathImpl.Builder push(Relationship relationship)
build
public Path build(PathImpl.Builder other)
toString
public String toString()
- Overrides:
toString in class Object
Copyright © 2002-2012 The Neo4j Graph Database Project. All Rights Reserved.