Uses of Class
com.evolveum.midpoint.util.DependencyGraph
Packages that use DependencyGraph
-
Uses of DependencyGraph in com.evolveum.midpoint.util
Methods in com.evolveum.midpoint.util that return DependencyGraphModifier and TypeMethodDescriptionstatic <I extends DependencyGraph.Item<I>>
DependencyGraph<I>DependencyGraph.ofItems(@NotNull Collection<I> items) Creates the dependency graph from items that can tell us about their dependencies.static <X> DependencyGraph<X>DependencyGraph.ofMap(Map<X, Collection<X>> dependencyMap) Creates the dependency graph from the given dependency map.