}
}, ReturnableEvaluator.ALL, relDirList.toArray() );
Set<Relationship> rels = new HashSet<Relationship>();
for ( Node current : trav )
{
if ( trav.currentPosition().depth() != depth )
{
for ( Relationship rel : current.getRelationships( Direction.OUTGOING ) )
{
rels.add( rel );
}