org.neo4j.kernel
Class ShortestPathsBranchCollisionDetector

java.lang.Object
  extended by org.neo4j.kernel.StandardBranchCollisionDetector
      extended by org.neo4j.kernel.ShortestPathsBranchCollisionDetector
All Implemented Interfaces:
BranchCollisionDetector

public class ShortestPathsBranchCollisionDetector
extends StandardBranchCollisionDetector


Constructor Summary
ShortestPathsBranchCollisionDetector(Evaluator evaluator)
           
 
Method Summary
protected  boolean includePath(Path path, TraversalBranch startBranch, TraversalBranch endBranch)
           
 
Methods inherited from class org.neo4j.kernel.StandardBranchCollisionDetector
evaluate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ShortestPathsBranchCollisionDetector

public ShortestPathsBranchCollisionDetector(Evaluator evaluator)
Method Detail

includePath

protected boolean includePath(Path path,
                              TraversalBranch startBranch,
                              TraversalBranch endBranch)
Overrides:
includePath in class StandardBranchCollisionDetector


Copyright © 2002-2013 The Neo4j Graph Database Project. All Rights Reserved.