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 Summary

    Modifier and Type
    Method
    Description
    definedBy(Relationship relationship)
    Create a new named path based on a single relationship.
  • Method Details

    • 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.