| Package | Description |
|---|---|
| org.jgrapht.experimental.dag |
| Class and Description |
|---|
| DirectedAcyclicGraph.CycleFoundException
Exception used in dfsF when a cycle is found
|
| DirectedAcyclicGraph.Region
Region is an *inclusive* range of indices.
|
| DirectedAcyclicGraph.TopoOrderMapping
For performance tuning, an interface for storing the topological ordering
|
| DirectedAcyclicGraph.TopoOrderMappingFactory |
| DirectedAcyclicGraph.Visited
this interface allows specification of a strategy for marking vertices as
visited (based on their topological index, so the vertex type isn't part
of the interface).
|
| DirectedAcyclicGraph.VisitedFactory
interface for a factory that vends Visited implementations
|
Copyright © 2016. All rights reserved.