public class DependenciesCalculator extends Object
| Constructor and Description |
|---|
DependenciesCalculator() |
| Modifier and Type | Method and Description |
|---|---|
static List<String> |
calculateParents(org.jgrapht.Graph<String,org.jgrapht.graph.DefaultEdge> graph,
String currentNode) |
static List<String> |
dryRunToDefineCorrectOrder(Map<String,List<String>> dependenciesMapByComponent) |
static Map<String,List<String>> |
findTransitiveDependenciesByComponent(Map<String,List<String>> dependenciesMapByComponent) |
public static Map<String,List<String>> findTransitiveDependenciesByComponent(Map<String,List<String>> dependenciesMapByComponent)
public static List<String> dryRunToDefineCorrectOrder(Map<String,List<String>> dependenciesMapByComponent)
Copyright © 2019. All rights reserved.