Interface | Description |
---|---|
GraphDefiner<V,R> |
Defines a graph, where each vertex has a representation, which identifies uniquely a value.
|
Class | Description |
---|---|
GraphTopologicalSort | |
TopologicalSort<R> |
Topological sorting of a graph - based on DFS.
|
Vertex<R> |
A graph vertex - stores its representation, neighbours, start and end time in (D|B)FS.
|
Copyright © 2018 JBoss by Red Hat. All rights reserved.