Sophie

Sophie

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

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: Class List</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 class="current"><a href="annotated.html"><span>Class&nbsp;List</span></a></li>
      <li><a href="classes.html"><span>Class&nbsp;Index</span></a></li>
      <li><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>Class List</h1>  </div>
</div>
<div class="contents">
Here are the classes, structs, unions and interfaces with brief descriptions:<table>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html">Soprano::Util::AsyncModel</a></td><td class="indexvalue">Filter model that allows to perform operations asyncroneously </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1AsyncQuery.html">Soprano::Util::AsyncQuery</a></td><td class="indexvalue">A wrapper around <a class="el" 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.">Soprano::Model</a> which executes a query in a separate thread and allows to iterate the results asyncroneously </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1AsyncResult.html">Soprano::Util::AsyncResult</a></td><td class="indexvalue">A delayed result as returned by <a class="el" href="classSoprano_1_1Util_1_1AsyncModel.html" title="Filter model that allows to perform operations asyncroneously.">AsyncModel</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Backend.html">Soprano::Backend</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1Backend.html" title="Soprano::Backend defines the interface for a Soprano backend plugin.">Soprano::Backend</a> defines the interface for a <a class="el" href="namespaceSoprano.html">Soprano</a> backend plugin </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1BackendSetting.html">Soprano::BackendSetting</a></td><td class="indexvalue">Wraps one setting for <a class="el" 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.">Model</a> creation </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1BindingSet.html">Soprano::BindingSet</a></td><td class="indexvalue">Represents one set of bindings in the result of a select query </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Index_1_1CLuceneIndex.html">Soprano::Index::CLuceneIndex</a></td><td class="indexvalue">The <a class="el" href="classSoprano_1_1Index_1_1CLuceneIndex.html" title="The CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements.">CLuceneIndex</a> provides a wrapper around a CLucene index which stores RDF statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1DBusClient.html">Soprano::Client::DBusClient</a></td><td class="indexvalue">Core class to handle a connection to a <a class="el" href="namespaceSoprano.html">Soprano</a> server through the DBus interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Server_1_1DBusExportIterator.html">Soprano::Server::DBusExportIterator</a></td><td class="indexvalue">Exports a Soprano <a class="el" href="classSoprano_1_1Iterator.html" title="The basic Soprano iterator class.">Iterator</a> via D-Bus </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Server_1_1DBusExportModel.html">Soprano::Server::DBusExportModel</a></td><td class="indexvalue">Exports a Soprano <a class="el" 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.">Model</a> via D-Bus </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1DBusModel.html">Soprano::Client::DBusModel</a></td><td class="indexvalue">Interface to a DBus server model </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1DBusNodeIterator.html">Soprano::Client::DBusNodeIterator</a></td><td class="indexvalue">Interface to a DBus server node iterator </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1DBusQueryResultIterator.html">Soprano::Client::DBusQueryResultIterator</a></td><td class="indexvalue">Interface to a DBus server query result iterator </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1DBusStatementIterator.html">Soprano::Client::DBusStatementIterator</a></td><td class="indexvalue">Interface to a DBus server statement iterator </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1DummyModel.html">Soprano::Util::DummyModel</a></td><td class="indexvalue">A dummy model. All its methods do nothing and always fail with a default error </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Error_1_1Error.html">Soprano::Error::Error</a></td><td class="indexvalue">Represents an error in Soprano </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Error_1_1ErrorCache.html">Soprano::Error::ErrorCache</a></td><td class="indexvalue">Core class of Soprano's exception system </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1FilterModel.html">Soprano::FilterModel</a></td><td class="indexvalue">A <a class="el" href="classSoprano_1_1FilterModel.html" title="A FilterModel is a virtual model that wraps another Model.">FilterModel</a> is a virtual model that wraps another <a class="el" 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.">Model</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Graph.html">Soprano::Graph</a></td><td class="indexvalue">A simple collection of statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Index_1_1IndexFilterModel.html">Soprano::Index::IndexFilterModel</a></td><td class="indexvalue">The <a class="el" href="classSoprano_1_1Index_1_1IndexFilterModel.html" title="The IndexFilterModel provides a full text index around any Soprano Model.">IndexFilterModel</a> provides a full text index around any <a class="el" href="namespaceSoprano.html">Soprano</a> <a class="el" 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.">Model</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1InferenceModel.html">Soprano::Inference::InferenceModel</a></td><td class="indexvalue">The <a class="el" href="namespaceSoprano.html">Soprano</a> <a class="el" href="namespaceSoprano_1_1Inference.html">Inference</a> <a class="el" 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.">Model</a> provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Iterator.html">Soprano::Iterator&lt; T &gt;</a></td><td class="indexvalue">The basic Soprano iterator class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1IteratorBackend.html">Soprano::IteratorBackend&lt; T &gt;</a></td><td class="indexvalue">The actual work in a <a class="el" href="classSoprano_1_1Iterator.html" title="The basic Soprano iterator class.">Iterator</a> instance is done by an <a class="el" href="classSoprano_1_1IteratorBackend.html" title="The actual work in a Iterator instance is done by an IteratorBackend.">IteratorBackend</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1LanguageTag.html">Soprano::LanguageTag</a></td><td class="indexvalue">A <a class="el" href="classSoprano_1_1LanguageTag.html" title="A LanguageTag represents a language according to RFC 3066 and RFC 4646.">LanguageTag</a> represents a language according to RFC 3066 and RFC 4646 </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1LiteralValue.html">Soprano::LiteralValue</a></td><td class="indexvalue">Represents a literal value of an RDF <a class="el" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1LocalSocketClient.html">Soprano::Client::LocalSocketClient</a></td><td class="indexvalue">Creates a connection to the Soprano server through a local socket interface </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Error_1_1Locator.html">Soprano::Error::Locator</a></td><td class="indexvalue">Details of a parser <a class="el" href="classSoprano_1_1Error_1_1Error.html" title="Represents an error in Soprano.">Error</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Model.html">Soprano::Model</a></td><td class="indexvalue">A <a class="el" 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.">Model</a> is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1MutexModel.html">Soprano::Util::MutexModel</a></td><td class="indexvalue">Protect a <a class="el" 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.">Model</a> for multiple calls in multi-threaded applications </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1N3NodeParser.html">Soprano::N3NodeParser</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1Parser.html" title="Soprano::Parser defines the interface for a Soprano RDF parser plugin.">Parser</a> which converts N3 string representation of nodes into <a class="el" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a> objects </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Node.html">Soprano::Node</a></td><td class="indexvalue">A <a class="el" href="classSoprano_1_1Node.html" title="A Node represents one RDF resource.">Node</a> represents one RDF resource </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1NodeIterator.html">Soprano::NodeIterator</a></td><td class="indexvalue">An iterator that provides a stream of Nodes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1NodePattern.html">Soprano::Inference::NodePattern</a></td><td class="indexvalue">Smallest building block of an inference <a class="el" href="classSoprano_1_1Inference_1_1Rule.html" title="A rule used by the InferenceModel to generate inferenced statements.">Rule</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1NRLModel.html">Soprano::NRLModel</a></td><td class="indexvalue"><a class="el" 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.">Model</a> filter that makes working with NRL data simpler </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Parser.html">Soprano::Parser</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1Parser.html" title="Soprano::Parser defines the interface for a Soprano RDF parser plugin.">Soprano::Parser</a> defines the interface for a <a class="el" href="namespaceSoprano.html">Soprano</a> RDF parser plugin </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Error_1_1ParserError.html">Soprano::Error::ParserError</a></td><td class="indexvalue">Represents a parser error in Soprano </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Plugin.html">Soprano::Plugin</a></td><td class="indexvalue">Base class for all plugins in Soprano </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1PluginManager.html">Soprano::PluginManager</a></td><td class="indexvalue">The <a class="el" href="classSoprano_1_1PluginManager.html" title="The PluginManager loads and maintains all Soprano plugins.">PluginManager</a> loads and maintains all Soprano plugins </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Index_1_1QueryHit.html">Soprano::Index::QueryHit</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1Index_1_1QueryHit.html" title="QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined wi...">QueryHit</a> represents a hit from an <a class="el" href="classSoprano_1_1Index_1_1IndexFilterModel.html" title="The IndexFilterModel provides a full text index around any Soprano Model.">IndexFilterModel</a> query. It basically is an RDF resource combined with a hit score </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1QueryResultIterator.html">Soprano::QueryResultIterator</a></td><td class="indexvalue">An iterator for query results </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1QueryResultIteratorBackend.html">Soprano::QueryResultIteratorBackend</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1QueryResultIteratorBackend.html" title="QueryResultIteratorBackend is the actual working horse behind QueryResultIterator.">QueryResultIteratorBackend</a> is the actual working horse behind <a class="el" href="classSoprano_1_1QueryResultIterator.html" title="An iterator for query results.">QueryResultIterator</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1RdfSchemaModel.html">Soprano::RdfSchemaModel</a></td><td class="indexvalue">Provides convenience methods to handle RDFS data </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1ReadOnlyModel.html">Soprano::Util::ReadOnlyModel</a></td><td class="indexvalue">Simple filter model preventing any write operations </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1Rule.html">Soprano::Inference::Rule</a></td><td class="indexvalue">A rule used by the <a class="el" href="classSoprano_1_1Inference_1_1InferenceModel.html" title="The Soprano Inference Model provides a simple forward chaining inference engine which uses the underl...">InferenceModel</a> to generate inferenced statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1RuleParser.html">Soprano::Inference::RuleParser</a></td><td class="indexvalue">The <a class="el" href="classSoprano_1_1Inference_1_1RuleParser.html" title="The RuleParser can be used to parse Soprano rule files.">RuleParser</a> can be used to parse Soprano rule files </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1RuleSet.html">Soprano::Inference::RuleSet</a></td><td class="indexvalue">A set of inference rules </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Serializer.html">Soprano::Serializer</a></td><td class="indexvalue"><a class="el" href="classSoprano_1_1Serializer.html" title="Soprano::Serializer defines the interface for a Soprano RDF serializer plugin.">Soprano::Serializer</a> defines the interface for a <a class="el" href="namespaceSoprano.html">Soprano</a> RDF serializer plugin </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Server_1_1ServerCore.html">Soprano::Server::ServerCore</a></td><td class="indexvalue">Central Soprano server class </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1SignalCacheModel.html">Soprano::Util::SignalCacheModel</a></td><td class="indexvalue">Caches multiple signals into one to avoid slowdown when adding or removing many statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1SimpleNodeIterator.html">Soprano::Util::SimpleNodeIterator</a></td><td class="indexvalue">The most simple version of a <a class="el" href="classSoprano_1_1NodeIterator.html" title="An iterator that provides a stream of Nodes.">NodeIterator</a> simply iterates over a list of Nodes </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Util_1_1SimpleStatementIterator.html">Soprano::Util::SimpleStatementIterator</a></td><td class="indexvalue">The most simple version of a <a class="el" href="classSoprano_1_1StatementIterator.html" title="An iterator that provides a stream of Statements.">StatementIterator</a> simply iterates over a list of Statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1SparqlModel.html">Soprano::Client::SparqlModel</a></td><td class="indexvalue">Remote client <a class="el" 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.">Model</a> for Http SPARQL end points </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Statement.html">Soprano::Statement</a></td><td class="indexvalue">A <a class="el" href="classSoprano_1_1Statement.html" title="A Statement instance represents one RDF quadruple.">Statement</a> instance represents one RDF quadruple </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1StatementIterator.html">Soprano::StatementIterator</a></td><td class="indexvalue">An iterator that provides a stream of Statements </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Inference_1_1StatementPattern.html">Soprano::Inference::StatementPattern</a></td><td class="indexvalue">Building block of an inference <a class="el" href="classSoprano_1_1Inference_1_1Rule.html" title="A rule used by the InferenceModel to generate inferenced statements.">Rule</a> </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1StorageModel.html">Soprano::StorageModel</a></td><td class="indexvalue">Base class for all <a class="el" 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.">Model</a> implementations that store data (as compared to <a class="el" href="classSoprano_1_1FilterModel.html" title="A FilterModel is a virtual model that wraps another Model.">FilterModel</a>) </td></tr>
  <tr><td class="indexkey"><a class="el" href="classSoprano_1_1Client_1_1TcpClient.html">Soprano::Client::TcpClient</a></td><td class="indexvalue">Creates a connection to the Soprano server through a TCP connection </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>