@return the list of the strongly-connected components
()
| 47 | * @return the list of the strongly-connected components |
| 48 | */ |
| 49 | public List<List<N>> getComponents() { |
| 50 | return componentList; |
| 51 | } |
| 52 | |
| 53 | /** |
| 54 | * @return the list of the strongly-connected components, but only those |