Soprano  2.9.0
Class List
Here are the classes, structs, unions and interfaces with brief descriptions:
[detail level 123]
oNlucene
|oNsearch
|oNanalysis
|\Ndocument
\NSoprano
 oNError
 |oCErrorRepresents an error in Soprano
 |oCParserErrorRepresents a parser error in Soprano
 |oCErrorCacheCore class of Soprano's exception system
 |\CLocatorDetails of a parser Error
 oNQuery
 oNVocabulary
 |oNNAO
 |oNNRL
 |oNOWL
 |oNRDF
 |oNRDFS
 |oNXesam
 |oNXMLSchema
 |\NSIL
 oNInference
 |oCInferenceModelThe Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information
 |oCRuleA rule used by the InferenceModel to generate inferenced statements
 |oCRuleParserThe RuleParser can be used to parse Soprano rule files
 |oCRuleSetA set of inference rules
 |oCNodePatternSmallest building block of an inference Rule
 |\CStatementPatternBuilding block of an inference Rule
 oNUtil
 |oCAsyncModelFilter model that allows to perform operations asyncroneously
 |oCAsyncQueryA wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously
 |oCAsyncResultA delayed result as returned by AsyncModel
 |oCDummyModelA dummy model. All its methods do nothing and always fail with a default error
 |oCMutexModelProtect a Model for multiple calls in multi-threaded applications
 |oCReadOnlyModelSimple filter model preventing any write operations
 |oCSignalCacheModelCaches multiple signals into one to avoid slowdown when adding or removing many statements
 |oCSimpleNodeIteratorThe 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
 oNIndex
 |oCIndexFilterModelThe IndexFilterModel provides a full text index around any Soprano Model
 |oCCLuceneIndexThe CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements
 |\CQueryHitQueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score
 oNServer
 |oCServerCoreCentral Soprano server class
 |oCDBusExportModelExports a Soprano Model via D-Bus
 |\CDBusExportIteratorExports a Soprano Iterator via D-Bus
 oNClient
 |oCTcpClientCreates a connection to the Soprano server through a TCP connection
 |oCLocalSocketClientCreates a connection to the Soprano server through a local socket interface
 |oCDBusModelInterface to a DBus server model
 |oCDBusClientCore class to handle a connection to a Soprano server through the DBus interface
 |oCDBusStatementIteratorInterface to a DBus server statement iterator
 |oCDBusNodeIteratorInterface to a DBus server node iterator
 |oCDBusQueryResultIteratorInterface to a DBus server query result iterator
 |\CSparqlModelRemote client Model for Http SPARQL end points
 oCBackendSettingWraps one setting for Model creation
 oCBackendSoprano::Backend defines the interface for a Soprano backend plugin
 oCBindingSetRepresents one set of bindings in the result of a select query
 oCDataStream
 oCFilterModelA FilterModel is a virtual model that wraps another Model
 oCGraphA simple collection of statements
 oCIteratorThe basic Soprano iterator class
 oCIteratorBackendThe actual work in a Iterator instance is done by an IteratorBackend
 oCLanguageTagA LanguageTag represents a language according to RFC 3066 and RFC 4646
 oCLiteralValueRepresents a literal value of an RDF Node
 oCModelA Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements
 oCN3NodeParserParser which converts N3 string representation of nodes into Node objects
 oCNodeA Node represents one RDF resource
 oCNodeIteratorAn iterator that provides a stream of Nodes
 oCNRLModelModel filter that makes working with NRL data simpler
 oCParserSoprano::Parser defines the interface for a Soprano RDF parser plugin
 oCPluginBase class for all plugins in Soprano
 oCPluginManagerThe PluginManager loads and maintains all Soprano plugins
 oCQueryResultIteratorAn iterator for query results
 oCQueryResultIteratorBackendQueryResultIteratorBackend is the actual working horse behind QueryResultIterator
 oCRdfSchemaModelProvides convenience methods to handle RDFS data
 oCSerializerSoprano::Serializer defines the interface for a Soprano RDF serializer plugin
 oCStatementA Statement instance represents one RDF quadruple
 oCStatementIteratorAn iterator that provides a stream of Statements
 \CStorageModelBase class for all Model implementations that store data (as compared to FilterModel)