Ejemplo n.º 1
0
        public Dictionary <string, int> GetWeights()
        {
            var map = RFGraphMapper.MapGraphs(_config.Graphs.Values, false);

            return(map.CalculateWeights());
        }
Ejemplo n.º 2
0
        public Dictionary <string, SortedSet <string> > GetDependencies()
        {
            var map = RFGraphMapper.MapGraphs(_config.Graphs.Values, true);

            return(map.CalculateDependencies());
        }