|
Soprano
2.9.4
|
| ▼Nlucene | |
| ▼NSoprano | |
| ▼NClient | |
| CDBusClient | Core class to handle a connection to a Soprano server through the DBus interface |
| CDBusModel | Interface to a DBus server model |
| CDBusNodeIterator | Interface to a DBus server node iterator |
| CDBusQueryResultIterator | Interface to a DBus server query result iterator |
| CDBusStatementIterator | Interface to a DBus server statement iterator |
| CLocalSocketClient | Creates a connection to the Soprano server through a local socket interface |
| CSparqlModel | Remote client Model for Http SPARQL end points |
| CTcpClient | Creates a connection to the Soprano server through a TCP connection |
| ▼NError | |
| CError | Represents an error in Soprano |
| CErrorCache | Core class of Soprano's exception system |
| CLocator | Details of a parser Error |
| CParserError | Represents a parser error in Soprano |
| ▼NIndex | |
| CCLuceneIndex | The CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements |
| CIndexFilterModel | The IndexFilterModel provides a full text index around any Soprano Model |
| CQueryHit | QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score |
| ▼NInference | |
| CInferenceModel | The Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information |
| CNodePattern | Smallest building block of an inference Rule |
| CRule | A rule used by the InferenceModel to generate inferenced statements |
| CRuleParser | The RuleParser can be used to parse Soprano rule files |
| CRuleSet | A set of inference rules |
| CStatementPattern | Building block of an inference Rule |
| ▼NServer | |
| CDBusExportIterator | Exports a Soprano Iterator via D-Bus |
| CDBusExportModel | Exports a Soprano Model via D-Bus |
| CServerCore | Central Soprano server class |
| ▼NUtil | |
| CAsyncModel | Filter model that allows to perform operations asyncroneously |
| CAsyncQuery | A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously |
| CAsyncResult | A delayed result as returned by AsyncModel |
| CDummyModel | A dummy model. All its methods do nothing and always fail with a default error |
| CMutexModel | Protect a Model for multiple calls in multi-threaded applications |
| CReadOnlyModel | Simple filter model preventing any write operations |
| CSignalCacheModel | Caches multiple signals into one to avoid slowdown when adding or removing many statements |
| CSimpleNodeIterator | The most simple version of a NodeIterator simply iterates over a list of Nodes |
| CSimpleStatementIterator | The most simple version of a StatementIterator simply iterates over a list of Statements |
| ▼NVocabulary | |
| CBackend | Soprano::Backend defines the interface for a Soprano backend plugin |
| CBackendSetting | Wraps one setting for Model creation |
| CBindingSet | Represents one set of bindings in the result of a select query |
| CDataStream | |
| CFilterModel | A FilterModel is a virtual model that wraps another Model |
| CGraph | A simple collection of statements |
| CIterator | The basic Soprano iterator class |
| CIteratorBackend | The actual work in a Iterator instance is done by an IteratorBackend |
| CLanguageTag | A LanguageTag represents a language according to RFC 3066 and RFC 4646 |
| CLiteralValue | Represents a literal value of an RDF Node |
| CModel | A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements |
| CN3NodeParser | Parser which converts N3 string representation of nodes into Node objects |
| CNode | A Node represents one RDF resource |
| CNodeIterator | An iterator that provides a stream of Nodes |
| CNRLModel | Model filter that makes working with NRL data simpler |
| CParser | Soprano::Parser defines the interface for a Soprano RDF parser plugin |
| CPlugin | Base class for all plugins in Soprano |
| CPluginManager | The PluginManager loads and maintains all Soprano plugins |
| CQueryResultIterator | An iterator for query results |
| CQueryResultIteratorBackend | QueryResultIteratorBackend is the actual working horse behind QueryResultIterator |
| CRdfSchemaModel | Provides convenience methods to handle RDFS data |
| CSerializer | Soprano::Serializer defines the interface for a Soprano RDF serializer plugin |
| CStatement | A Statement instance represents one RDF quadruple |
| CStatementIterator | An iterator that provides a stream of Statements |
| CStorageModel | Base class for all Model implementations that store data (as compared to FilterModel) |
1.8.9.1