Package eu.bandm.tools.graph
Interface Node<V extends Node>
- All Known Subinterfaces:
AnnotatedNode<V,
A>
- All Known Implementing Classes:
SCC
public interface Node<V extends Node>
-
Method Summary
-
Method Details
-
neighbours
Collection<? extends V> neighbours()
-