Interface NamedPath.OngoingDefinitionWithName

  • Enclosing class:
    NamedPath

    public static interface NamedPath.OngoingDefinitionWithName
    Partial path that has a name (p = ).
    • Method Detail

      • definedBy

        NamedPath definedBy​(RelationshipPattern pattern)
        Create a new named path based on a relationship pattern.
        Parameters:
        pattern - The pattern to be used as named path.
        Returns:
        A named path.
      • 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