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

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

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

Methods in de.cau.cs.kieler.core.util with parameters of type IDependencyGraph.DerivationDetail
<R> R
DependencyGraph.deriveObject(T object, IDependencyGraph.DerivationDetail<T,R> derivationDetail)
          Derives a new object from an object in the graph, preserving the dependency information.
<R> R
IDependencyGraph.deriveObject(T object, IDependencyGraph.DerivationDetail<T,R> derivationDetail)
          Derives a new object from an object in the graph, preserving the dependency information.