Package | Description |
---|---|
com.tietoenator.trip.jxp.graph |
[EXPERIMENTAL] Graph database querying and manipulation.
|
Modifier and Type | Method and 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.
|