Package net.automatalib.util.graph.scc
Class SCCCollector<N>
- java.lang.Object
-
- net.automatalib.util.graph.scc.SCCCollector<N>
-
- All Implemented Interfaces:
SCCListener<N>
public class SCCCollector<N> extends Object implements SCCListener<N>
-
-
Constructor Summary
Constructors Constructor Description SCCCollector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
foundSCC(Collection<? extends N> scc)
List<List<N>>
getSCCList()
-
-
-
Method Detail
-
foundSCC
public void foundSCC(Collection<? extends N> scc)
- Specified by:
foundSCC
in interfaceSCCListener<N>
-
-