Package tech.kronicle.sdk.models
Interface SummaryDependencies<N,D>
-
- All Known Implementing Classes:
SummaryCallGraph,SummaryComponentDependencies,SummarySubComponentDependencies
public interface SummaryDependencies<N,D>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.List<D>getDependencies()java.util.List<N>getNodes()
-