| Class | Description |
|---|---|
| DependencyGraph |
A
DependencyGraph could be used to serialise tree structures regarding the dependencies. |
| DependencyGraph.Edge |
Internal representation of an edge.
|
| Exception | Description |
|---|---|
| CyclicDependencyException |
A
CyclicDependencyException is thrown if a graph contains a cyclic dependency. |