|
@@ -5,45 +5,45 @@ digraph "source tree" {
|
|
|
fontsize="16";
|
|
|
fontname="Helvetica";
|
|
|
clusterrank="local";
|
|
|
- "py_lsup_rdf" -> "py_graph"
|
|
|
- "term" -> "namespace"
|
|
|
- "store" -> "store_mdb"
|
|
|
- "store_htable" -> "buffer"
|
|
|
- "namespace" -> "hashmap"
|
|
|
- "profile" -> "lsup_rdf"
|
|
|
- "py_graph" -> "codec_ttl"
|
|
|
+ "environment" -> "term"
|
|
|
+ "lsup_rdf" -> "codec_ttl"
|
|
|
"store_mdb" -> "store_interface"
|
|
|
- "py_term" -> "py_namespace"
|
|
|
"grammar_nt" -> "codec"
|
|
|
- "py_namespace" -> "namespace"
|
|
|
- "term" -> "buffer"
|
|
|
- "parser_nt" -> "codec"
|
|
|
- "term" -> "tpl"
|
|
|
- "store_mdb" -> "buffer"
|
|
|
- "environment" -> "bootstrap"
|
|
|
+ "lsup_rdf" -> "codec_nt"
|
|
|
+ "namespace" -> "hashmap"
|
|
|
"py_graph" -> "graph"
|
|
|
- "lsup_rdf" -> "codec_ttl"
|
|
|
- "graph" -> "store"
|
|
|
- "parser_nt" -> "tokens_nt"
|
|
|
- "graph" -> "environment"
|
|
|
- "py_term" -> "term"
|
|
|
- "codec_ttl" -> "parser_ttl"
|
|
|
- "store_htable" -> "hashmap"
|
|
|
- "grammar_ttl" -> "codec"
|
|
|
+ "codec_nt" -> "parser_nt"
|
|
|
"buffer" -> "core"
|
|
|
+ "term" -> "buffer"
|
|
|
"graph" -> "term"
|
|
|
- "lsup_rdf" -> "codec_nt"
|
|
|
+ "store_htable" -> "store_interface"
|
|
|
+ "py_graph" -> "codec_ttl"
|
|
|
+ "parser_ttl" -> "tokens_ttl"
|
|
|
+ "store_htable" -> "hashmap"
|
|
|
"py_graph" -> "codec_nt"
|
|
|
- "core" -> "log"
|
|
|
- "py_triple" -> "py_term"
|
|
|
+ "py_lsup_rdf" -> "py_graph"
|
|
|
"py_graph" -> "py_triple"
|
|
|
- "codec_nt" -> "parser_nt"
|
|
|
- "codec" -> "graph"
|
|
|
- "store" -> "store_htable"
|
|
|
+ "store_htable" -> "buffer"
|
|
|
+ "store" -> "store_mdb"
|
|
|
+ "codec_ttl" -> "parser_ttl"
|
|
|
+ "term" -> "tpl"
|
|
|
"store_interface" -> "environment"
|
|
|
- "parser_ttl" -> "codec"
|
|
|
- "store_htable" -> "store_interface"
|
|
|
"namespace" -> "core"
|
|
|
- "environment" -> "term"
|
|
|
- "parser_ttl" -> "tokens_ttl"
|
|
|
+ "store" -> "store_htable"
|
|
|
+ "grammar_ttl" -> "codec"
|
|
|
+ "py_term" -> "py_namespace"
|
|
|
+ "graph" -> "environment"
|
|
|
+ "term" -> "namespace"
|
|
|
+ "store_mdb" -> "buffer"
|
|
|
+ "graph" -> "store"
|
|
|
+ "core" -> "log"
|
|
|
+ "parser_ttl" -> "codec"
|
|
|
+ "py_triple" -> "py_term"
|
|
|
+ "parser_nt" -> "codec"
|
|
|
+ "profile" -> "lsup_rdf"
|
|
|
+ "codec" -> "graph"
|
|
|
+ "parser_nt" -> "tokens_nt"
|
|
|
+ "py_namespace" -> "namespace"
|
|
|
+ "environment" -> "bootstrap"
|
|
|
+ "py_term" -> "term"
|
|
|
}
|