JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes
Uses of Class
org.eclipse.incquery.runtime.base.itc.alg.misc.scc.SCCResult
Packages that use
SCCResult
Package
Description
org.eclipse.incquery.runtime.base.itc.alg.misc.scc
Uses of
SCCResult
in
org.eclipse.incquery.runtime.base.itc.alg.misc.scc
Methods in
org.eclipse.incquery.runtime.base.itc.alg.misc.scc
that return
SCCResult
Modifier and Type
Method and Description
static <V>
SCCResult
<V>
SCC.
computeSCC
(
IGraphDataSource
<V> g)
Computes the SCCs for the given graph and returns them as a multiset.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev
Next
Frames
No Frames
All Classes