Neo4j Community

org.neo4j.graphdb.traversal
Interface BidirectionalUniquenessFilter

All Superinterfaces:
UniquenessFilter

public interface BidirectionalUniquenessFilter
extends UniquenessFilter


Method Summary
 boolean checkFull(Path path)
          Checks Path alone to see if it follows the uniqueness contract provided by this UniquenessFilter.
 
Methods inherited from interface org.neo4j.graphdb.traversal.UniquenessFilter
check, checkFirst
 

Method Detail

checkFull

boolean checkFull(Path path)
Checks Path alone to see if it follows the uniqueness contract provided by this UniquenessFilter.

Parameters:
path - the Path to examine.
Returns:
true if the path fulfills the uniqueness contract, otherwise false.

Neo4j Community

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