Uses of Class
com.tietoenator.trip.jxp.graph.TdbGraphPath
Packages that use TdbGraphPath
Package
Description
[EXPERIMENTAL] Graph database querying and manipulation.
-
Uses of TdbGraphPath in com.tietoenator.trip.jxp.graph
Methods in com.tietoenator.trip.jxp.graph that return TdbGraphPathModifier and TypeMethodDescriptionTdbGraphSet.findPaths(int startSet, String[] edgeNames, int targetSet, int maxDepth, boolean reverse) Locate all paths associated with the current graph set that use vertices in the specified start set as origins.TdbGraphNotification.getResultPaths()Returns the paths so far fully determined to be part of the result of the current analysis operation.TdbGraphNotification.getWorkingPaths()Returns the paths currently being analyzed.TdbGraphSet.shortestPath(int startSet, String[] edgeNames, int targetSet) Determine the shortest path associated with the current graph set that use vertices in the specified start set as origins.