public final class GraphTopologicalSort extends Object
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 © 2001-2017 Red Hat, Inc. All Rights Reserved.