Package com.hello2morrow.sonargraph.api
Interface IAggregatedDependencyAccess
-
- All Superinterfaces:
IElementAccess
public interface IAggregatedDependencyAccess extends IElementAccess
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<IDependencyAccess>
getDependencies()
INamedElementAccess
getFrom()
int
getNumberOfDependencies()
INamedElementAccess
getTo()
boolean
includeInCycleAnalysis()
Can this link be used for cycle analysis and similar tasks.-
Methods inherited from interface com.hello2morrow.sonargraph.api.IElementAccess
getName, getNameWithSignature, getShortName, getShortNameWithSignature, ignoreIssues, isExcluded, isExternal
-
-
-
-
Method Detail
-
getTo
INamedElementAccess getTo()
-
getFrom
INamedElementAccess getFrom()
-
getDependencies
java.util.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
-
-