Package com.evolveum.midpoint.util
Interface DependencyGraph.Item<I extends DependencyGraph.Item<I>>
- Enclosing class:
 - DependencyGraph<X>
 
public static interface DependencyGraph.Item<I extends DependencyGraph.Item<I>>
An item that can tell us about its dependencies.
- 
Method Summary
Modifier and TypeMethodDescription@NotNull Collection<I>Returns the items that this item depends on. 
- 
Method Details
- 
getDependencies
Returns the items that this item depends on. 
 -