Uses of Interface
de.cau.cs.kieler.core.util.IDepending

Packages that use IDepending
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
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.core.util
 

Classes in de.cau.cs.kieler.core.util 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.
 

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

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.