Module org.neo4j.cypherdsl.core
Package org.neo4j.cypherdsl.core
Interface NamedPath.OngoingDefinitionWithName
- All Superinterfaces:
NamedPath.OngoingNamedDefinition
- Enclosing class:
- NamedPath
public static interface NamedPath.OngoingDefinitionWithName
extends NamedPath.OngoingNamedDefinition
Partial path that has a name (
p = ).-
Method Summary
Methods inherited from interface org.neo4j.cypherdsl.core.NamedPath.OngoingNamedDefinition
definedBy
-
Method Details
-
get
NamedPath get()Create a new named path that references a given, symbolic name. No checks are done if the referenced name actually points to a path.- Returns:
- a named path.
- Since:
- 2020.1.4
-