Package dev.nm.graph
Interface GraphUtils.GraphFactory<G>
-
- Type Parameters:
G
- graph type
- Enclosing class:
- GraphUtils
public static interface GraphUtils.GraphFactory<G>
The factory to construct instances of the graph type.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description G
getGraph()
Creates an empty graph.
-
-
-
Method Detail
-
getGraph
G getGraph()
Creates an empty graph.- Returns:
- an empty graph
-
-