Package org.neo4j.gds.api
Interface RelationshipPredicate
-
- All Known Subinterfaces:
CSRGraph,Graph,RelationshipIterator
- All Known Implementing Classes:
CSRGraphAdapter,GraphAdapter,HugeGraph,NodeFilteredGraph,UnionGraph
public interface RelationshipPredicate
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanexists(long sourceNodeId, long targetNodeId)
-