Uses of Interface
org.neo4j.cypherdsl.core.NamedPath.OngoingShortestDefinition
Packages that use NamedPath.OngoingShortestDefinition
-
Uses of NamedPath.OngoingShortestDefinition in org.neo4j.cypherdsl.core
Methods in org.neo4j.cypherdsl.core that return NamedPath.OngoingShortestDefinitionModifier and TypeMethodDescriptionCypher.allShortest()Returns an ongoing definition of a named path, returning all shortest paths.Cypher.anyShortest()Returns an ongoing definition of a named path, returning any shortest path.Cypher.shortestK(int k) Returns an ongoing definition of a named path, returning the k shortest paths.Cypher.shortestKGroups(int k) Returns an ongoing definition of a named path, returning the k shortest groups of points.