Package org.ossreviewtoolkit.model
Class DependencyGraphEdge
-
- All Implemented Interfaces:
public final class DependencyGraphEdgeA data class representing an edge in the dependency graph.
An edge corresponds to a directed depends-on relationship between two packages. The packages are identified by the numeric indices into the list of nodes.