Uses of Class
com.tietoenator.trip.jxp.graph.TdbGraphSet
Packages that use TdbGraphSet
Package
Description
[EXPERIMENTAL] Graph database querying and manipulation.
-
Uses of TdbGraphSet in com.tietoenator.trip.jxp.graph
Subclasses of TdbGraphSet in com.tietoenator.trip.jxp.graphMethods in com.tietoenator.trip.jxp.graph that return TdbGraphSetModifier and TypeMethodDescriptionCreates a subgraph by following a particular edge type backwards from target vertex in the current graph set to source vertex in the specified source set.Creates a subgraph by locating targets for the source vertices in the current graph set such that they are related via a particular edge (a.k.a. relation, link).TdbGraph.getGraphSet()
Returns the graph set associated with the entire graph database or cluster associated with this TdbGraph instance.TdbGraphSet.merge
(TdbGraphSet otherSet) Merge this graph set with another, producing the union of both sets.TdbGraphSet.source
(int searchSet) Create a subgraph with edges where source vertices can be found in the specified (regular) search set.TdbGraphSet.target
(int searchSet) Create a subgraph with edges where target vertices can be found in the specified (regular) search set.TdbGraphQueryResult.toGraphSet()
Returns a TdbGraphSet object for this query result if and only if the result contains graph edges.TdbGraphSet.transitive
(int sourceSet, int targetSet, String[] edgeNames, int maxDepth, boolean reverse, boolean allEdges) Creates a subgraph of the current graph set where the specified source and target records are connected via path.Methods in com.tietoenator.trip.jxp.graph with parameters of type TdbGraphSetModifier and TypeMethodDescriptionTdbGraphSet.merge
(TdbGraphSet otherSet) Merge this graph set with another, producing the union of both sets.