Package dev.nm.graph
Interface Forest<V,E extends HyperEdge<V>>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Tree<V,E>>
trees()
Get the disjoint set of trees.-
Methods inherited from interface dev.nm.graph.Graph
addEdge, addVertex, edges, edges, removeEdge, removeVertex, vertices
-
-