Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface NamedPath.OngoingNamedDefinition
- All Known Subinterfaces:
NamedPath.OngoingDefinitionWithName
- Enclosing class:
- NamedPath
public static interface NamedPath.OngoingNamedDefinition
Partial path that has a name, introduced as a superinterface for
NamedPath.OngoingDefinitionWithName to avoid dragging
NamedPath.OngoingDefinitionWithName.get().-
Method Summary
Modifier and TypeMethodDescriptiondefinedBy(PatternElement pattern) Create a new named path based on aPatternElement.
-
Method Details
-
definedBy
Create a new named path based on aPatternElement.- Parameters:
pattern- the pattern to be matched for the named path.- Returns:
- a named path.
-