Package org.neo4j.cypherdsl.core
Interface NamedPath.OngoingShortestPathDefinitionWithName
-
- Enclosing class:
- NamedPath
public static interface NamedPath.OngoingShortestPathDefinitionWithNamePartial path that has a name (p =) and is based on a graph algorithm function.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NamedPathdefinedBy(Relationship relationship)Create a new named path based on a single relationship.
-
-
-
Method Detail
-
definedBy
NamedPath definedBy(Relationship relationship)
Create a new named path based on a single relationship.- Parameters:
relationship- The relationship to be passed toshortestPath.- Returns:
- A named path.
-
-