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

    Modifier and Type
    Class
    Description
    class 
    Represents a graph database search result.
    Modifier and Type
    Method
    Description
    TdbGraphSet.backtrack(String edge, int sourceSet)
    Creates 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.
    TdbGraphSet.follow(String edge, int targetSet)
    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.
    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 TdbGraphSet
    Modifier and Type
    Method
    Description
    TdbGraphSet.merge(TdbGraphSet otherSet)
    Merge this graph set with another, producing the union of both sets.