Usages of Path
Properties
| paths | in AllPairsShortestPathsResult | Gets a collection of shortest paths between the source nodes and sink nodes. | |
| chains | in ChainsResult | All chains in the graph. | |
| paths | in KShortestPathsResult | Gets a collection of shortest paths between the source node and the sink node. | |
| path | in LongestPathResult | Gets the path. | |
| paths | in PathsResult | Gets a collection of all paths between the startNodes and endNodes. | |
| path | in ShortestPathResult | Gets the shortest path found between source and sink if one exists. | |
| paths | in SingleSourceShortestPathsResult | Gets a collection of shortest paths between the source node and sink nodes. |
Method Return Values
| getPathBetween (INode, INode) | in AllPairsShortestPathsResult | Gets the shortest path between a given source and sink node if one exists. | |
| getAllPathsBetween (INode, INode) | in PathsResult | Gets a collection of all paths between the given start and end nodes. | |
| getPathBetween (INode, INode) | in PathsResult | Returns a path between the given start and end node if one exists. | |
| getPathTo (INode) | in SingleSourceShortestPathsResult | Gets the shortest path from the configured source node to the given sink node if one exists. |