T - type of nodes in the graph.
public interface EnumerationBuilder<T>| Modifier and Type | Method and Description |
|---|---|
List |
buildEnumeration()
Builds an enumeration of the nodes in the graph.
|
List |
getEnumeration()
Get the enumeration previously build without any computation overhead.
|
List<T> buildEnumeration()
List<T> getEnumeration()
buildEnumeration() before.