public Dictionary <string, int> GetWeights() { var map = RFGraphMapper.MapGraphs(_config.Graphs.Values, false); return(map.CalculateWeights()); }
public Dictionary <string, SortedSet <string> > GetDependencies() { var map = RFGraphMapper.MapGraphs(_config.Graphs.Values, true); return(map.CalculateDependencies()); }