|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface BidirectionalUniquenessFilter
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 |
---|
boolean checkFull(Path path)
Path
alone to see if it follows the uniqueness contract
provided by this UniquenessFilter
.
path
- the Path
to examine.
true
if the path
fulfills the uniqueness contract,
otherwise false
.
|
Neo4j Community | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |