Sophie

Sophie

distrib > Mageia > 3 > i586 > by-pkgid > 0dd6bc6711e7b2c30f94bd76b4f6f76a > files > 13

ocaml-rdf-devel-0.4-3.mga3.i586.rpm

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<link rel="stylesheet" href="style.css" type="text/css">
<meta content="text/html; charset=iso-8859-1" http-equiv="Content-Type">
<link rel="Start" href="index.html">
<link rel="previous" href="Rdf_config.html">
<link rel="next" href="Rdf_graph.html">
<link rel="Up" href="index.html">
<link title="Index of types" rel=Appendix href="index_types.html">
<link title="Index of exceptions" rel=Appendix href="index_exceptions.html">
<link title="Index of values" rel=Appendix href="index_values.html">
<link title="Index of modules" rel=Appendix href="index_modules.html">
<link title="Index of module types" rel=Appendix href="index_module_types.html">
<link title="Rdf_config" rel="Chapter" href="Rdf_config.html">
<link title="Rdf_dot" rel="Chapter" href="Rdf_dot.html">
<link title="Rdf_graph" rel="Chapter" href="Rdf_graph.html">
<link title="Rdf_mem" rel="Chapter" href="Rdf_mem.html">
<link title="Rdf_misc" rel="Chapter" href="Rdf_misc.html">
<link title="Rdf_my" rel="Chapter" href="Rdf_my.html">
<link title="Rdf_node" rel="Chapter" href="Rdf_node.html">
<link title="Rdf_pg" rel="Chapter" href="Rdf_pg.html">
<link title="Rdf_rdf" rel="Chapter" href="Rdf_rdf.html">
<link title="Rdf_uri" rel="Chapter" href="Rdf_uri.html">
<link title="Rdf_utf8" rel="Chapter" href="Rdf_utf8.html">
<link title="Rdf_xml" rel="Chapter" href="Rdf_xml.html"><title>OCaml-RDF : Rdf_dot</title>
</head>
<body>
<div class="navbar"><a class="pre" href="Rdf_config.html" title="Rdf_config">Previous</a>
&nbsp;<a class="up" href="index.html" title="Index">Up</a>
&nbsp;<a class="post" href="Rdf_graph.html" title="Rdf_graph">Next</a>
</div>
<h1>Module <a href="type_Rdf_dot.html">Rdf_dot</a></h1>
<pre><span class="keyword">module</span> Rdf_dot: <code class="code">sig</code> <a href="Rdf_dot.html">..</a> <code class="code">end</code></pre><div class="info">
Dump in graphviz format.<br>
</div>
<hr width="100%">
<pre><span class="keyword">module</span> <a href="Rdf_dot.Node_set.html">Node_set</a>: <code class="type">Set.Make</code><code class="code">(</code><code class="type"><a href="Rdf_node.Ord_type.html">Rdf_node.Ord_type</a></code><code class="code">)</code></pre><pre><span class="keyword">module</span> <a href="Rdf_dot.Urimap.html">Urimap</a>: <code class="type"><a href="Rdf_uri.Urimap.html">Rdf_uri.Urimap</a></code></pre><pre><span class="keyword">module</span> <a href="Rdf_dot.SSet.html">SSet</a>: <code class="type">Set.Make</code><code class="code">(</code><code class="code">sig</code><div class="sig_block"><pre><span id="TYPEt"><span class="keyword">type</span> <code class="type"></code>t</span> = <code class="type">string</code> </pre>

<pre><span id="VALcompare"><span class="keyword">val</span> compare</span> : <code class="type">'a -> 'a -> int</code></pre></div><code class="code">end</code><code class="code">)</code></pre><pre><span id="VALapply_namespaces"><span class="keyword">val</span> apply_namespaces</span> : <code class="type">(string * string) list -> string -> string * string</code></pre><pre><span id="VALbuild_namespaces"><span class="keyword">val</span> build_namespaces</span> : <code class="type">?namespaces:(Urimap.key * SSet.elt) list -><br>       <a href="Rdf_graph.html#TYPEgraph">Rdf_graph.graph</a> -> (SSet.elt * string) list</code></pre><pre><span id="VALdot_of_graph"><span class="keyword">val</span> dot_of_graph</span> : <code class="type">?namespaces:(Urimap.key * SSet.elt) list -><br>       <a href="Rdf_graph.html#TYPEgraph">Rdf_graph.graph</a> -> string</code></pre></body></html>