Sophie

Sophie

distrib > Fedora > 13 > x86_64 > media > updates > by-pkgid > fc669c0115c2f74e1d26807f2cb98f7a > files > 504

soprano-apidocs-2.5.2-1.fc13.noarch.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<title>Soprano: Graphical Class Hierarchy</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
<link href="doxygen.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<!-- Generated by Doxygen 1.7.1 -->
<script type="text/javascript">
function hasClass(ele,cls) {
  return ele.className.match(new RegExp('(\\s|^)'+cls+'(\\s|$)'));
}

function addClass(ele,cls) {
  if (!this.hasClass(ele,cls)) ele.className += " "+cls;
}

function removeClass(ele,cls) {
  if (hasClass(ele,cls)) {
    var reg = new RegExp('(\\s|^)'+cls+'(\\s|$)');
    ele.className=ele.className.replace(reg,' ');
  }
}

function toggleVisibility(linkObj) {
 var base = linkObj.getAttribute('id');
 var summary = document.getElementById(base + '-summary');
 var content = document.getElementById(base + '-content');
 var trigger = document.getElementById(base + '-trigger');
 if ( hasClass(linkObj,'closed') ) {
   summary.style.display = 'none';
   content.style.display = 'block';
   trigger.src = 'open.png';
   removeClass(linkObj,'closed');
   addClass(linkObj,'opened');
 } else if ( hasClass(linkObj,'opened') ) {
   summary.style.display = 'block';
   content.style.display = 'none';
   trigger.src = 'closed.png';
   removeClass(linkObj,'opened');
   addClass(linkObj,'closed');
 }
 return false;
}
</script>
<div class="navigation" id="top">
  <div class="tabs">
    <ul class="tablist">
      <li><a href="index.html"><span>Main&nbsp;Page</span></a></li>
      <li><a href="pages.html"><span>Related&nbsp;Pages</span></a></li>
      <li><a href="namespaces.html"><span>Namespaces</span></a></li>
      <li class="current"><a href="annotated.html"><span>Classes</span></a></li>
      <li><a href="files.html"><span>Files</span></a></li>
    </ul>
  </div>
  <div class="tabs2">
    <ul class="tablist">
      <li><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li class="current"><a href="hierarchy.html"><span>Class&nbsp;Hierarchy</span></a></li>
      <li><a href="functions.html"><span>Class&nbsp;Members</span></a></li>
    </ul>
  </div>
</div>
<div class="header">
  <div class="headertitle">
<h1>Graphical Class Hierarchy</h1>  </div>
</div>
<div class="contents">

<p><a href="hierarchy.html">Go to the textual class hierarchy</a></p>
<table border="0" cellspacing="10" cellpadding="0">
<tr><td><img src="inherit__graph__0.png" border="0" alt="" usemap="#QObject"/>
<map name="QObject" id="QObject">
<area shape="rect" id="node1" href="classSoprano_1_1Error_1_1ErrorCache.html" title="Core class of Soprano&#39;s exception system." alt="" coords="7,485,185,515"/><area shape="rect" id="node3" href="classSoprano_1_1Iterator.html" title="Soprano::Iterator\&lt; BindingSet \&gt;" alt="" coords="261,379,467,408"/><area shape="rect" id="node9" href="classSoprano_1_1Iterator.html" title="Soprano::Iterator\&lt; Node \&gt;" alt="" coords="277,432,451,461"/><area shape="rect" id="node17" href="classSoprano_1_1Iterator.html" title="Soprano::Iterator\&lt; Statement \&gt;" alt="" coords="263,485,465,515"/><area shape="rect" id="node25" href="classSoprano_1_1IteratorBackend.html" title="Soprano::IteratorBackend\&lt; BindingSet \&gt;" alt="" coords="236,539,492,568"/><area shape="rect" id="node29" href="classSoprano_1_1Backend.html" title="Soprano::Backend defines the interface for a Soprano backend plugin." alt="" coords="300,5,428,35"/><area shape="rect" id="node31" href="classSoprano_1_1Client_1_1DBusClient.html" title="Core class to handle a connection to a Soprano server through the DBus interface." alt="" coords="271,699,457,728"/><area shape="rect" id="node33" href="classSoprano_1_1Client_1_1LocalSocketClient.html" title="Creates a connection to the Soprano server through a local socket interface." alt="" coords="251,752,477,781"/><area shape="rect" id="node35" href="classSoprano_1_1Client_1_1TcpClient.html" title="Creates a connection to the Soprano server through a TCP connection." alt="" coords="276,805,452,835"/><area shape="rect" id="node37" href="classSoprano_1_1Index_1_1CLuceneIndex.html" title="The CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements." alt="" coords="263,165,465,195"/><area shape="rect" id="node39" href="classSoprano_1_1Iterator.html" title="The basic Soprano iterator class." alt="" coords="289,219,439,248"/><area shape="rect" id="node41" href="classSoprano_1_1IteratorBackend.html" title="The actual work in a Iterator instance is done by an IteratorBackend." alt="" coords="263,272,465,301"/><area shape="rect" id="node43" href="classSoprano_1_1Model.html" title="A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements." alt="" coords="308,859,420,888"/><area shape="rect" id="node73" href="classSoprano_1_1N3NodeParser.html" title="Parser which converts N3 string representation of nodes into Node objects." alt="" coords="283,325,445,355"/><area shape="rect" id="node75" href="classSoprano_1_1Parser.html" title="Soprano::Parser defines the interface for a Soprano RDF parser plugin." alt="" coords="307,59,421,88"/><area shape="rect" id="node77" href="classSoprano_1_1Serializer.html" title="Soprano::Serializer defines the interface for a Soprano RDF serializer plugin." alt="" coords="299,112,429,141"/><area shape="rect" id="node79" href="classSoprano_1_1Server_1_1DBusExportIterator.html" title="Exports a Soprano Iterator via D&#45;Bus." alt="" coords="247,912,481,941"/><area shape="rect" id="node81" href="classSoprano_1_1Server_1_1ServerCore.html" title="Central Soprano server class." alt="" coords="269,965,459,995"/><area shape="rect" id="node83" href="classSoprano_1_1Util_1_1AsyncQuery.html" title="A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the..." alt="" coords="275,592,453,621"/><area shape="rect" id="node85" href="classSoprano_1_1Util_1_1AsyncResult.html" title="A delayed result as returned by AsyncModel." alt="" coords="273,645,455,675"/><area shape="rect" id="node5" href="classSoprano_1_1QueryResultIterator.html" title="An iterator for query results." alt="" coords="567,352,759,381"/><area shape="rect" id="node7" href="classSoprano_1_1Client_1_1DBusQueryResultIterator.html" title="Interface to a DBus server query result iterator." alt="" coords="832,325,1099,355"/><area shape="rect" id="node11" href="classSoprano_1_1NodeIterator.html" title="An iterator that provides a stream of Nodes." alt="" coords="588,432,737,461"/><area shape="rect" id="node13" href="classSoprano_1_1Client_1_1DBusNodeIterator.html" title="Interface to a DBus server node iterator." alt="" coords="853,379,1077,408"/><area shape="rect" id="node15" href="classSoprano_1_1Util_1_1SimpleNodeIterator.html" title="The most simple version of a NodeIterator simply iterates over a list of Nodes." alt="" coords="856,432,1075,461"/><area shape="rect" id="node19" href="classSoprano_1_1StatementIterator.html" title="An iterator that provides a stream of Statements." alt="" coords="573,485,752,515"/><area shape="rect" id="node21" href="classSoprano_1_1Client_1_1DBusStatementIterator.html" title="Interface to a DBus server statement iterator." alt="" coords="839,485,1092,515"/><area shape="rect" id="node23" href="classSoprano_1_1Util_1_1SimpleStatementIterator.html" title="The most simple version of a StatementIterator simply iterates over a list of Statements." alt="" coords="843,539,1088,568"/><area shape="rect" id="node27" href="classSoprano_1_1QueryResultIteratorBackend.html" title="QueryResultIteratorBackend is the actual working horse behind QueryResultIterator." alt="" coords="541,539,784,568"/><area shape="rect" id="node45" href="classSoprano_1_1Client_1_1SparqlModel.html" title="Remote client Model for Http SPARQL end points." alt="" coords="567,859,759,888"/><area shape="rect" id="node47" href="classSoprano_1_1FilterModel.html" title="A FilterModel is a virtual model that wraps another Model." alt="" coords="592,912,733,941"/><area shape="rect" id="node65" href="classSoprano_1_1StorageModel.html" title="Base class for all Model implementations that store data (as compared to FilterModel)." alt="" coords="584,1045,741,1075"/><area shape="rect" id="node69" href="classSoprano_1_1Util_1_1DummyModel.html" title="A dummy model. All its methods do nothing and always fail with a default error." alt="" coords="569,752,756,781"/><area shape="rect" id="node71" href="classSoprano_1_1Util_1_1ReadOnlyModel.html" title="Simple filter model preventing any write operations." alt="" coords="564,805,761,835"/><area shape="rect" id="node49" href="classSoprano_1_1Index_1_1IndexFilterModel.html" title="The IndexFilterModel provides a full text index around any Soprano Model." alt="" coords="859,752,1072,781"/><area shape="rect" id="node51" href="classSoprano_1_1Inference_1_1InferenceModel.html" title="The Soprano Inference Model provides a simple forward chaining inference engine which uses the underl..." alt="" coords="851,805,1080,835"/><area shape="rect" id="node53" href="classSoprano_1_1NRLModel.html" title="Model filter that makes working with NRL data simpler." alt="" coords="896,859,1035,888"/><area shape="rect" id="node55" href="classSoprano_1_1RdfSchemaModel.html" title="Provides convenience methods to handle RDFS data." alt="" coords="875,912,1056,941"/><area shape="rect" id="node57" href="classSoprano_1_1Server_1_1DBusExportModel.html" title="Exports a Soprano Model via D&#45;Bus." alt="" coords="851,965,1080,995"/><area shape="rect" id="node59" href="classSoprano_1_1Util_1_1AsyncModel.html" title="Filter model that allows to perform operations asyncroneously." alt="" coords="876,1019,1055,1048"/><area shape="rect" id="node61" href="classSoprano_1_1Util_1_1MutexModel.html" title="Protect a Model for multiple calls in multi&#45;threaded applications." alt="" coords="877,1072,1053,1101"/><area shape="rect" id="node63" href="classSoprano_1_1Util_1_1SignalCacheModel.html" title="Caches multiple signals into one to avoid slowdown when adding or removing many statements." alt="" coords="859,699,1072,728"/><area shape="rect" id="node67" href="classSoprano_1_1Client_1_1DBusModel.html" title="Interface to a DBus server model." alt="" coords="872,1125,1059,1155"/><area shape="rect" id="node86" href="classSoprano_1_1Plugin.html" title="Base class for all plugins in Soprano." alt="" coords="39,59,153,88"/><area shape="rect" id="node90" href="qobject.html" title="QObject" alt="" coords="61,805,131,835"/><area shape="rect" id="node96" href="classSoprano_1_1PluginManager.html" title="The PluginManager loads and maintains all Soprano plugins." alt="" coords="283,1019,445,1048"/></map>
</td></tr>
<tr><td><img src="inherit__graph__1.png" border="0" alt="" usemap="#Soprano_1_1BackendSetting"/>
<map name="Soprano_1_1BackendSetting" id="Soprano_1_1BackendSetting">
<area shape="rect" id="node1" href="classSoprano_1_1BackendSetting.html" title="Wraps one setting for Model creation." alt="" coords="5,5,176,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__2.png" border="0" alt="" usemap="#Soprano_1_1BindingSet"/>
<map name="Soprano_1_1BindingSet" id="Soprano_1_1BindingSet">
<area shape="rect" id="node1" href="classSoprano_1_1BindingSet.html" title="Represents one set of bindings in the result of a select query." alt="" coords="5,5,147,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__3.png" border="0" alt="" usemap="#Soprano_1_1Error_1_1Error"/>
<map name="Soprano_1_1Error_1_1Error" id="Soprano_1_1Error_1_1Error">
<area shape="rect" id="node1" href="classSoprano_1_1Error_1_1Error.html" title="Represents an error in Soprano." alt="" coords="7,5,148,35"/><area shape="rect" id="node3" href="classSoprano_1_1Error_1_1ParserError.html" title="Represents a parser error in Soprano." alt="" coords="199,5,377,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__4.png" border="0" alt="" usemap="#Soprano_1_1Error_1_1Locator"/>
<map name="Soprano_1_1Error_1_1Locator" id="Soprano_1_1Error_1_1Locator">
<area shape="rect" id="node1" href="classSoprano_1_1Error_1_1Locator.html" title="Details of a parser Error." alt="" coords="5,5,163,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__5.png" border="0" alt="" usemap="#Soprano_1_1Graph"/>
<map name="Soprano_1_1Graph" id="Soprano_1_1Graph">
<area shape="rect" id="node1" href="classSoprano_1_1Graph.html" title="A simple collection of statements." alt="" coords="7,5,119,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__6.png" border="0" alt="" usemap="#Soprano_1_1Index_1_1QueryHit"/>
<map name="Soprano_1_1Index_1_1QueryHit" id="Soprano_1_1Index_1_1QueryHit">
<area shape="rect" id="node1" href="classSoprano_1_1Index_1_1QueryHit.html" title="QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined wi..." alt="" coords="5,5,176,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__7.png" border="0" alt="" usemap="#Soprano_1_1Inference_1_1NodePattern"/>
<map name="Soprano_1_1Inference_1_1NodePattern" id="Soprano_1_1Inference_1_1NodePattern">
<area shape="rect" id="node1" href="classSoprano_1_1Inference_1_1NodePattern.html" title="Smallest building block of an inference Rule." alt="" coords="5,5,219,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__8.png" border="0" alt="" usemap="#Soprano_1_1Inference_1_1Rule"/>
<map name="Soprano_1_1Inference_1_1Rule" id="Soprano_1_1Inference_1_1Rule">
<area shape="rect" id="node1" href="classSoprano_1_1Inference_1_1Rule.html" title="A rule used by the InferenceModel to generate inferenced statements." alt="" coords="7,5,172,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__9.png" border="0" alt="" usemap="#Soprano_1_1Inference_1_1RuleParser"/>
<map name="Soprano_1_1Inference_1_1RuleParser" id="Soprano_1_1Inference_1_1RuleParser">
<area shape="rect" id="node1" href="classSoprano_1_1Inference_1_1RuleParser.html" title="The RuleParser can be used to parse Soprano rule files." alt="" coords="5,5,211,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__10.png" border="0" alt="" usemap="#Soprano_1_1Inference_1_1RuleSet"/>
<map name="Soprano_1_1Inference_1_1RuleSet" id="Soprano_1_1Inference_1_1RuleSet">
<area shape="rect" id="node1" href="classSoprano_1_1Inference_1_1RuleSet.html" title="A set of inference rules." alt="" coords="5,5,192,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__11.png" border="0" alt="" usemap="#Soprano_1_1Inference_1_1StatementPattern"/>
<map name="Soprano_1_1Inference_1_1StatementPattern" id="Soprano_1_1Inference_1_1StatementPattern">
<area shape="rect" id="node1" href="classSoprano_1_1Inference_1_1StatementPattern.html" title="Building block of an inference Rule." alt="" coords="5,5,248,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__12.png" border="0" alt="" usemap="#Soprano_1_1LanguageTag"/>
<map name="Soprano_1_1LanguageTag" id="Soprano_1_1LanguageTag">
<area shape="rect" id="node1" href="classSoprano_1_1LanguageTag.html" title="A LanguageTag represents a language according to RFC 3066 and RFC 4646." alt="" coords="7,5,161,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__13.png" border="0" alt="" usemap="#Soprano_1_1LiteralValue"/>
<map name="Soprano_1_1LiteralValue" id="Soprano_1_1LiteralValue">
<area shape="rect" id="node1" href="classSoprano_1_1LiteralValue.html" title="Represents a literal value of an RDF Node." alt="" coords="5,5,152,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__14.png" border="0" alt="" usemap="#Soprano_1_1Node"/>
<map name="Soprano_1_1Node" id="Soprano_1_1Node">
<area shape="rect" id="node1" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource." alt="" coords="5,5,115,35"/></map>
</td></tr>
<tr><td><img src="inherit__graph__15.png" border="0" alt="" usemap="#Soprano_1_1Statement"/>
<map name="Soprano_1_1Statement" id="Soprano_1_1Statement">
<area shape="rect" id="node1" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple." alt="" coords="5,5,144,35"/></map>
</td></tr>
</table>
</div>
<hr class="footer"/><address class="footer"><small>Generated on Thu Oct 21 2010 for Soprano by&nbsp;
<a href="http://www.doxygen.org/index.html">
<img class="footer" src="doxygen.png" alt="doxygen"/></a> 1.7.1 </small></address>
</body>
</html>