50515253545556
* allowed to have. * @return an algorithm which finds all paths between two nodes. */ public static PathFinder<Path> allPaths( RelationshipExpander expander, int maxDepth ) { return new AllPaths( maxDepth, expander ); }