org.neo4j.graphalgo.impl.path
Class AllSimplePaths

java.lang.Object
  extended by org.neo4j.graphalgo.impl.path.AllPaths
      extended by org.neo4j.graphalgo.impl.path.AllSimplePaths
All Implemented Interfaces:
PathFinder<Path>

public class AllSimplePaths
extends AllPaths


Constructor Summary
AllSimplePaths(int maxDepth, RelationshipExpander expander)
           
 
Method Summary
protected  Uniqueness uniqueness()
           
 
Methods inherited from class org.neo4j.graphalgo.impl.path.AllPaths
findAllPaths, findSinglePath
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AllSimplePaths

public AllSimplePaths(int maxDepth,
                      RelationshipExpander expander)
Method Detail

uniqueness

protected Uniqueness uniqueness()
Overrides:
uniqueness in class AllPaths


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