Uses of Interface
de.cau.cs.kieler.kiml.grana.IDepending

Packages that use IDepending
de.cau.cs.kieler.kiml.grana Base classes for implementation of analysis algorithms and classes that provide the analyses as services. 
 

Uses of IDepending in de.cau.cs.kieler.kiml.grana
 

Classes in de.cau.cs.kieler.kiml.grana with type parameters of type IDepending
 class DependencyGraph<S extends Comparable<S>,T extends IDepending<S>>
          A graph structure for expressing and resolving object dependencies.
 interface IDependencyGraph<S extends Comparable<S>,T extends IDepending<S>>
          The interface for graph structures that express and resolve object dependencies.
 

Classes in de.cau.cs.kieler.kiml.grana that implement IDepending
 class AbstractInfoAnalysis
          Analyses that derive from this class are required to provide an id, name and description.
 class AbstractSimpleInfoAnalysis
          Analyses that derive from this class can define dependencies without using the Dependency class.