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