| Package | Description |
|---|---|
| salvo.jesus.graph | |
| salvo.jesus.graph.adaptor | |
| salvo.jesus.graph.algorithm | |
| salvo.jesus.graph.listener |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedAcyclicGraphImpl
The DirectedAcyclicGraph class represents a directed acyclic graph (DAG)
where there is no cyclic paths for any of its vertices.
|
| Modifier and Type | Class and Description |
|---|---|
class |
DirectedAcyclicGraphAdaptor
DirectedAcyclicGraphAdaptor allows an underlying DirectedGraph to be viewed
as a DirectedAcyclicGraph.
|
| Constructor and Description |
|---|
TopologicalSorting(DirectedAcyclicGraph dag)
Creates an instance of TopologicalSorting that will perform a
topological sort against a directed acyclic graph.
|
| Constructor and Description |
|---|
DirectedAcyclicGraphListener(DirectedAcyclicGraph graph)
Creates a new DirectedAcyclicGraphListener for the given graph.
|
Copyright © 2019 JULIE Lab, Germany. All rights reserved.