| Package | Description |
|---|---|
| org.jgrapht.experimental.dag |
Experimental package with directed acyclic graphs.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedAcyclicGraph.TopoVertexMap
For performance and flexibility uses an ArrayList for topological index to vertex mapping,
and a HashMap for vertex to topological index mapping.
|
| Modifier and Type | Method and Description |
|---|---|
DirectedAcyclicGraph.TopoOrderMapping<V> |
DirectedAcyclicGraph.TopoOrderMappingFactory.getTopoOrderMapping()
Create a new instance of a
DirectedAcyclicGraph.TopoOrderMapping. |
DirectedAcyclicGraph.TopoOrderMapping<V> |
DirectedAcyclicGraph.TopoVertexMap.getTopoOrderMapping() |
Copyright © 2016. All rights reserved.