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

Packages that use IDependencyGraph
de.cau.cs.kieler.core.util General purpose utility classes in the style of java.util
 

Uses of IDependencyGraph in de.cau.cs.kieler.core.util
 

Classes in de.cau.cs.kieler.core.util that implement IDependencyGraph
 class DependencyGraph<S extends Comparable<S>,T extends IDepending<S>>
          A graph structure for expressing and resolving object dependencies.