public class Edge extends Object
| Modifier and Type | Field and Description |
|---|---|
Vertex |
from |
ArtifactDependency |
originalDependency |
String |
scope |
Vertex |
to |
| Constructor and Description |
|---|
Edge(ArtifactDependency dependency,
Vertex from,
Vertex to,
String scope) |
public final ArtifactDependency originalDependency
public final String scope
public final Vertex from
public final Vertex to
public Edge(ArtifactDependency dependency, Vertex from, Vertex to, String scope)
Copyright © 2019. All rights reserved.