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

    Modifier and Type
    Method
    Description
    get()
    Create a new named path that references a given, symbolic name.

    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