public class CutFinderIMSequenceReachability
extends java.lang.Object
| Constructor and Description |
|---|
CutFinderIMSequenceReachability(Graph<?> graph) |
| Modifier and Type | Method and Description |
|---|---|
gnu.trove.set.TIntSet |
getReachableFrom(int node) |
gnu.trove.set.TIntSet |
getReachableFromTo(int node) |
public CutFinderIMSequenceReachability(Graph<?> graph)