Soprano  2.9.4
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
 Nlucene
 NSoprano
 NClient
 CDBusClientCore class to handle a connection to a Soprano server through the DBus interface
 CDBusModelInterface to a DBus server model
 CDBusNodeIteratorInterface to a DBus server node iterator
 CDBusQueryResultIteratorInterface to a DBus server query result iterator
 CDBusStatementIteratorInterface to a DBus server statement iterator
 CLocalSocketClientCreates a connection to the Soprano server through a local socket interface
 CSparqlModelRemote client Model for Http SPARQL end points
 CTcpClientCreates a connection to the Soprano server through a TCP connection
 NError
 CErrorRepresents an error in Soprano
 CErrorCacheCore class of Soprano's exception system
 CLocatorDetails of a parser Error
 CParserErrorRepresents a parser error in Soprano
 NIndex
 CCLuceneIndexThe CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements
 CIndexFilterModelThe IndexFilterModel provides a full text index around any Soprano Model
 CQueryHitQueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score
 NInference
 CInferenceModelThe Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information
 CNodePatternSmallest building block of an inference Rule
 CRuleA rule used by the InferenceModel to generate inferenced statements
 CRuleParserThe RuleParser can be used to parse Soprano rule files
 CRuleSetA set of inference rules
 CStatementPatternBuilding block of an inference Rule
 NServer
 CDBusExportIteratorExports a Soprano Iterator via D-Bus
 CDBusExportModelExports a Soprano Model via D-Bus
 CServerCoreCentral Soprano server class
 NUtil
 CAsyncModelFilter model that allows to perform operations asyncroneously
 CAsyncQueryA wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously
 CAsyncResultA delayed result as returned by AsyncModel
 CDummyModelA dummy model. All its methods do nothing and always fail with a default error
 CMutexModelProtect a Model for multiple calls in multi-threaded applications
 CReadOnlyModelSimple filter model preventing any write operations
 CSignalCacheModelCaches multiple signals into one to avoid slowdown when adding or removing many statements
 CSimpleNodeIteratorThe most simple version of a NodeIterator simply iterates over a list of Nodes
 CSimpleStatementIteratorThe most simple version of a StatementIterator simply iterates over a list of Statements
 NVocabulary
 CBackendSoprano::Backend defines the interface for a Soprano backend plugin
 CBackendSettingWraps one setting for Model creation
 CBindingSetRepresents one set of bindings in the result of a select query
 CDataStream
 CFilterModelA FilterModel is a virtual model that wraps another Model
 CGraphA simple collection of statements
 CIteratorThe basic Soprano iterator class
 CIteratorBackendThe actual work in a Iterator instance is done by an IteratorBackend
 CLanguageTagA LanguageTag represents a language according to RFC 3066 and RFC 4646
 CLiteralValueRepresents a literal value of an RDF Node
 CModelA Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements
 CN3NodeParserParser which converts N3 string representation of nodes into Node objects
 CNodeA Node represents one RDF resource
 CNodeIteratorAn iterator that provides a stream of Nodes
 CNRLModelModel filter that makes working with NRL data simpler
 CParserSoprano::Parser defines the interface for a Soprano RDF parser plugin
 CPluginBase class for all plugins in Soprano
 CPluginManagerThe PluginManager loads and maintains all Soprano plugins
 CQueryResultIteratorAn iterator for query results
 CQueryResultIteratorBackendQueryResultIteratorBackend is the actual working horse behind QueryResultIterator
 CRdfSchemaModelProvides convenience methods to handle RDFS data
 CSerializerSoprano::Serializer defines the interface for a Soprano RDF serializer plugin
 CStatementA Statement instance represents one RDF quadruple
 CStatementIteratorAn iterator that provides a stream of Statements
 CStorageModelBase class for all Model implementations that store data (as compared to FilterModel)