Interface IDependencyAccess
- 
- All Superinterfaces:
- IElementAccess
 - All Known Implementing Classes:
- DependencyAccess
 
 public interface IDependencyAccess extends IElementAccess 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description IDependencyKindgetDependencyKind()IProgrammingElementAccessgetFrom()DependencyKindgetGenericDependencyKind()intgetLineNumber()IProgrammingElementAccessgetTo()booleanisCompileTimeDependency()- 
Methods inherited from interface com.hello2morrow.sonargraph.api.model.IElementAccessgetName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
 
- 
 
- 
- 
- 
Method Detail- 
getFromIProgrammingElementAccess getFrom() 
 - 
getToIProgrammingElementAccess getTo() 
 - 
isCompileTimeDependencyboolean isCompileTimeDependency() 
 - 
getDependencyKindIDependencyKind getDependencyKind() 
 - 
getGenericDependencyKindDependencyKind getGenericDependencyKind() 
 - 
getLineNumberint getLineNumber() 
 
- 
 
-