public class ImpactEntry extends Object
| Constructor and Description |
|---|
ImpactEntry(String entityId,
String entityName,
int depth,
List<String> impactPath,
SourceAnchor anchor) |
| Modifier and Type | Method and Description |
|---|---|
SourceAnchor |
getAnchor() |
int |
getDepth() |
String |
getEntityId() |
String |
getEntityName() |
List<String> |
getImpactPath() |
public ImpactEntry(String entityId, String entityName, int depth, List<String> impactPath, SourceAnchor anchor)
public String getEntityId()
public String getEntityName()
public int getDepth()
public List<String> getImpactPath()
public SourceAnchor getAnchor()