| Modifier and Type | Method and Description | 
|---|---|
static <V> CountingTcRelation<V> | 
CountingTcRelation.createFrom(IBiDirectionalGraphDataSource<V> gds)  | 
| Modifier and Type | Field and Description | 
|---|---|
IBiDirectionalGraphDataSource<V> | 
IncSCCAlg.gds  | 
| Modifier and Type | Method and Description | 
|---|---|
static <V> Graph<V> | 
GraphHelper.getSubGraph(java.util.Collection<V> nodesInSubGraph,
           IBiDirectionalGraphDataSource<V> graphDataSource)
Returns the subgraph from the given  
IBiDirectionalGraphDataSource
 which contains the given set of nodes. | 
| Modifier and Type | Method and Description | 
|---|---|
static <V> java.util.Set<V> | 
BFS.reachableSources(IBiDirectionalGraphDataSource<V> graph,
                V target)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
Graph<V>  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
IBiDirectionalWrapper<V>
This class can be used to wrap an  
IGraphDataSource into an IBiDirectionalGraphDataSource. |