Interface NamedPath.OngoingShortestPathDefinitionWithName

  • Enclosing class:
    NamedPath

    public static interface NamedPath.OngoingShortestPathDefinitionWithName
    Partial path that has a name (p = ) and is based on a graph algorithm function.
    • Method Detail

      • definedBy

        NamedPath definedBy​(Relationship relationship)
        Create a new named path based on a single relationship.
        Parameters:
        relationship - The relationship to be passed to shortestPath.
        Returns:
        A named path.