Uses of Class
com.tietoenator.trip.jxp.graph.TdbGraphPath
-
Packages that use TdbGraphPath Package Description com.tietoenator.trip.jxp.graph [EXPERIMENTAL] Graph database querying and manipulation. -
-
Uses of TdbGraphPath in com.tietoenator.trip.jxp.graph
Methods in com.tietoenator.trip.jxp.graph that return TdbGraphPath Modifier and Type Method Description TdbGraphPath[]
TdbGraphSet. findPaths(int startSet, java.lang.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.TdbGraphPath[]
TdbGraphNotification. getResultPaths()
Returns the paths so far fully determined to be part of the result of the current analysis operation.TdbGraphPath[]
TdbGraphNotification. getWorkingPaths()
Returns the paths currently being analyzed.TdbGraphPath
TdbGraphSet. shortestPath(int startSet, java.lang.String[] edgeNames, int targetSet)
Determine the shortest path associated with the current graph set that use vertices in the specified start set as origins.
-