Interface IRootGenerator<N>
-
- Type Parameters:
N- Node type
- All Known Subinterfaces:
ISingleRootGenerator<N>
public interface IRootGenerator<N>Creates the root node(s) for a graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.Collection<N>getRoots()
-
-
-
Method Detail
-
getRoots
java.util.Collection<N> getRoots()
- Returns:
- The set of roots
-
-