org.neo4j.graphalgo.impl.util
Class PathImpl.Builder

java.lang.Object
  extended by org.neo4j.graphalgo.impl.util.PathImpl.Builder
Enclosing class:
PathImpl

public static final class PathImpl.Builder
extends Object


Constructor Summary
PathImpl.Builder(Node start)
           
 
Method Summary
 Path build()
           
 Path build(PathImpl.Builder other)
           
 Node getStartNode()
           
 PathImpl.Builder push(Relationship relationship)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PathImpl.Builder

public PathImpl.Builder(Node start)
Method Detail

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.