Interface IDependencyAccess
-
- All Superinterfaces:
IElementAccess
- All Known Implementing Classes:
DependencyAccess
public interface IDependencyAccess extends IElementAccess
-
-
Method Summary
All 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.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
-
-
-
Method Detail
-
getFrom
IProgrammingElementAccess getFrom()
-
getTo
IProgrammingElementAccess getTo()
-
isCompileTimeDependency
boolean isCompileTimeDependency()
-
getDependencyKind
IDependencyKind getDependencyKind()
-
getGenericDependencyKind
DependencyKind getGenericDependencyKind()
-
getLineNumber
int getLineNumber()
-
-