Package | Description |
---|---|
org.eclipse.incquery.runtime.base.itc.alg.misc |
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. |