Package com.hello2morrow.sonargraph.api
Interface IAggregatedDependencyAccess
- All Superinterfaces:
IElementAccess
-
Method Summary
Methods inherited from interface com.hello2morrow.sonargraph.api.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
Method Details
-
getTo
INamedElementAccess getTo() -
getFrom
INamedElementAccess getFrom() -
getDependencies
List<IDependencyAccess> getDependencies() -
getNumberOfDependencies
int getNumberOfDependencies() -
includeInCycleAnalysis
boolean includeInCycleAnalysis()Can this link be used for cycle analysis and similar tasks.- Returns:
- true, if link is usable for cycle analysis
-