You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><em><ahref="SWObjects.cc">SWObjects.cc</a></em> and <em><ahref="SWObjects.hh">SWObjects.hh</a></em> — data structures to represent graph patterns for SPARQL and N3.</li>
30
30
31
31
<li><em><ahref="SWObjectDuplicator.hh">SWObjectDuplicator.hh</a></em> — deep-copy of a SPARQL compile tree (RDF Atoms allocated from a <code>POSFactory</code>.</li>
32
-
<li><em><ahref="SPARQLTransformer.hh">SPARQLTransformer.hh</a></em> — overload of <ahref="SWObjectDuplicator.hh">SWObjectDuplicator</a> which to mutate the compile tree in interesting ways.</li>
33
-
<li><em><ahref="RuleInverter.hh">RuleInverter.hh</a></em> — overload of <ahref="SWObjectDuplicator.hh">SWObjectDuplicator</a> which reverses SPARQL CONSTRUCT queries to transform queries acting on unmaterialized views; used by <ahref="SPARQLTransformer.hh">SPARQLTransformer</a>.</li>
32
+
<li><em><ahref="QueryMapper.hh">QueryMapper.hh</a></em> — overload of <ahref="SWObjectDuplicator.hh">SWObjectDuplicator</a> which to mutate the compile tree in interesting ways.</li>
33
+
<li><em><ahref="RuleInverter.hh">RuleInverter.hh</a></em> — overload of <ahref="SWObjectDuplicator.hh">SWObjectDuplicator</a> which reverses SPARQL CONSTRUCT queries to transform queries acting on unmaterialized views; used by <ahref="QueryMapper.hh">QueryMapper</a>.</li>
34
34
35
35
<li><em><ahref="XMLSerializer.hh">XMLSerializer.hh</a></em> — simple XML serializer interface.</li>
36
36
<li><em><ahref="XMLQueryExpressor.hh">XMLQueryExpressor.hh</a></em> — simple XML representation of a SPARQL query.</li>
0 commit comments