Skip to content

Commit a4645e1

Browse files
author
Eric Prudhommeaux
committed
s/SPARQLTransformer/QueryMapper/
1 parent c4e9131 commit a4645e1

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.htaccess

+3
Original file line numberDiff line numberDiff line change
@@ -2,3 +2,6 @@ RewriteEngine On
22
RewriteBase /2008/04/SPARQLfed
33
RewriteRule ^SPARQL\.hh$ SWObjects.hh [R=permanent,L]
44
RewriteRule ^SPARQL\.cc$ SWObjects.cc [R=permanent,L]
5+
RewriteRule ^SPARQLConstructInverter\.hh$ RuleInverter.hh [R=permanent,L]
6+
RewriteRule ^SPARQLDuplicator\.hh$ SWObjectDuplicator.hh [R=permanent,L]
7+
RewriteRule ^SPARQLTransformer\.hh$ QueryMapper.hh [R=permanent,L]

HEADER.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ <h1 id="title">SPARQLfed Source Code Directory</h1>
2929
<li><em><a href="SWObjects.cc">SWObjects.cc</a></em> and <em><a href="SWObjects.hh">SWObjects.hh</a></em> — data structures to represent graph patterns for SPARQL and N3.</li>
3030

3131
<li><em><a href="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><a href="SPARQLTransformer.hh">SPARQLTransformer.hh</a></em> — overload of <a href="SWObjectDuplicator.hh">SWObjectDuplicator</a> which to mutate the compile tree in interesting ways.</li>
33-
<li><em><a href="RuleInverter.hh">RuleInverter.hh</a></em> — overload of <a href="SWObjectDuplicator.hh">SWObjectDuplicator</a> which reverses SPARQL CONSTRUCT queries to transform queries acting on unmaterialized views; used by <a href="SPARQLTransformer.hh">SPARQLTransformer</a>.</li>
32+
<li><em><a href="QueryMapper.hh">QueryMapper.hh</a></em> — overload of <a href="SWObjectDuplicator.hh">SWObjectDuplicator</a> which to mutate the compile tree in interesting ways.</li>
33+
<li><em><a href="RuleInverter.hh">RuleInverter.hh</a></em> — overload of <a href="SWObjectDuplicator.hh">SWObjectDuplicator</a> which reverses SPARQL CONSTRUCT queries to transform queries acting on unmaterialized views; used by <a href="QueryMapper.hh">QueryMapper</a>.</li>
3434

3535
<li><em><a href="XMLSerializer.hh">XMLSerializer.hh</a></em> — simple XML serializer interface.</li>
3636
<li><em><a href="XMLQueryExpressor.hh">XMLQueryExpressor.hh</a></em> — simple XML representation of a SPARQL query.</li>

0 commit comments

Comments
 (0)