Package net.automatalib.util.graph.scc
Interface SCCListener<N>
-
- All Known Implementing Classes:
SCCCollector
public interface SCCListener<N>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
foundSCC(Collection<? extends N> scc)
-
-
-
Method Detail
-
foundSCC
void foundSCC(Collection<? extends N> scc)
-
-