7 subgraph cluster_presentation {
8 label = "Terms at the content and presentation level\n12.1 klocs";
19 subgraph cluster_partially {
20 label = "Partially specified terms\n15.1 klocs";
30 subgraph cluster_fully {
31 label = "Fully specified terms\n18.9 klocs";
45 subgraph cluster_utilities {
46 label = "Utilities\n2.8 klocs";
60 subgraph applications {
61 node [shape=plaintext,style=filled,fillcolor=slategray2];
62 DependencyAnalyzer [label="Dependency\nAnalyzer\n 0.3 klocs"];
63 Getter [label="Getter\n 0.3 klocs"];
64 Matita [label="Matita\n 6.7 klocs"];
65 ProofChecker [label="Proof Checker\n 0.1 klocs"];
66 Uwobo [label="Uwobo\n 2.1 klocs"];
67 Whelp [label="Whelp\n 0.6 klocs"];
70 DependencyAnalyzer -> metadata;
72 Matita -> grafite_engine;
73 Matita -> grafite_parser;
75 ProofChecker -> cic_proof_checking;
76 Uwobo -> content_pres;
77 Whelp -> grafite_parser;
78 xml [label="xml\n0.5 klocs"];
79 whelp [label="whelp\n0.3 klocs"];
80 utf8_macros [label="utf8_macros\n0.2 klocs"];
81 urimanager [label="urimanager\n0.2 klocs"];
82 tactics [label="tactics\n10.0 klocs"];
83 registry [label="registry\n0.6 klocs"];
84 metadata [label="metadata\n1.9 klocs"];
85 logger [label="logger\n0.1 klocs"];
86 library [label="library\n2.1 klocs"];
87 lexicon [label="lexicon\n0.8 klocs"];
88 hmysql [label="hmysql\n0.1 klocs"];
89 hgdome [label="hgdome\n0.2 klocs"];
90 grafite_parser [label="grafite_parser\n1.8 klocs"];
91 grafite [label="grafite\n0.5 klocs"];
92 grafite_engine [label="grafite_engine\n1.2 klocs"];
93 getter [label="getter\n2.0 klocs"];
94 extlib [label="extlib\n1.1 klocs"];
95 content_pres [label="content_pres\n4.5 klocs"];
96 cic_unification [label="cic_unification\n3.4 klocs"];
97 cic_proof_checking [label="cic_proof_checking\n5.8 klocs"];
98 cic [label="cic\n4.2 klocs"];
99 cic_disambiguation [label="cic_disambiguation\n1.4 klocs"];
100 cic_acic [label="cic_acic\n2.4 klocs"];
101 acic_content [label="acic_content\n3.6 klocs"];
103 "grafite_parser" -> "grafite";
104 "grafite_parser" -> "lexicon";
105 "grafite_engine" -> "tactics";
106 "grafite_engine" -> "grafite";
107 "lexicon" -> "cic_disambiguation";
108 "lexicon" -> "content_pres";
109 "cic_disambiguation" -> "cic_unification";
110 "cic_disambiguation" -> "acic_content";
111 "cic_disambiguation" -> "whelp";
112 "tactics" -> "whelp";
113 "tactics" -> "cic_unification";
114 "whelp" -> "metadata";
115 "cic_unification" -> "library";
116 "library" -> "metadata";
117 "library" -> "cic_acic";
119 "metadata" -> "hmysql";
121 "content_pres" -> "utf8_macros";
122 "content_pres" -> "acic_content";
123 "acic_content" -> "cic_acic";
124 "cic_acic" -> "cic_proof_checking";
125 "cic_proof_checking" -> "getter";
126 "cic_proof_checking" -> "cic";
128 "cic" -> "urimanager";
129 "getter" -> "registry";
130 "getter" -> "urimanager";
131 "getter" -> "logger";
132 "hmysql" -> "registry";