Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface NamedPath.OngoingShortestPathDefinitionWithName
- Enclosing class:
- NamedPath
public static interface NamedPath.OngoingShortestPathDefinitionWithName
Partial path that has a name (
p = ) and is based on a graph algorithm function.-
Method Summary
Modifier and TypeMethodDescriptiondefinedBy(Relationship relationship) Create a new named path based on a single relationship.
-
Method Details
-
definedBy
Create a new named path based on a single relationship.- Parameters:
relationship- The relationship to be passed toshortestPath.- Returns:
- A named path.
-