public class GraphTopologicalSort extends Object
Constructor and Description |
---|
GraphTopologicalSort() |
Modifier and Type | Method and Description |
---|---|
static <V,R> List<V> |
sort(GraphDefiner<V,R> definer)
Sorts a graph topologically.
|
public static <V,R> List<V> sort(GraphDefiner<V,R> definer)
definer
- Defines a graph (values and representations) to sort.Copyright © 2002-2017 Red Hat Middleware, LLC. All Rights Reserved