Soprano
2.9.4
|
CSoprano::BackendSetting | Wraps one setting for Model creation |
CSoprano::BindingSet | Represents one set of bindings in the result of a select query |
▼CSoprano::Error::Error | Represents an error in Soprano |
CSoprano::Error::ParserError | Represents a parser error in Soprano |
▼CSoprano::Error::ErrorCache | Core class of Soprano's exception system |
▼CSoprano::Iterator< Node > | |
▼CSoprano::NodeIterator | An iterator that provides a stream of Nodes |
CSoprano::Client::DBusNodeIterator | Interface to a DBus server node iterator |
CSoprano::Util::SimpleNodeIterator | The most simple version of a NodeIterator simply iterates over a list of Nodes |
▼CSoprano::Iterator< Statement > | |
▼CSoprano::StatementIterator | An iterator that provides a stream of Statements |
CSoprano::Client::DBusStatementIterator | Interface to a DBus server statement iterator |
CSoprano::Util::SimpleStatementIterator | The most simple version of a StatementIterator simply iterates over a list of Statements |
▼CSoprano::Iterator< BindingSet > | |
▼CSoprano::QueryResultIterator | An iterator for query results |
CSoprano::Client::DBusQueryResultIterator | Interface to a DBus server query result iterator |
▼CSoprano::IteratorBackend< BindingSet > | |
CSoprano::QueryResultIteratorBackend | QueryResultIteratorBackend is the actual working horse behind QueryResultIterator |
CSoprano::Backend | Soprano::Backend defines the interface for a Soprano backend plugin |
CSoprano::Client::DBusClient | Core class to handle a connection to a Soprano server through the DBus interface |
CSoprano::Client::LocalSocketClient | Creates a connection to the Soprano server through a local socket interface |
CSoprano::Client::TcpClient | Creates a connection to the Soprano server through a TCP connection |
CSoprano::DataStream | |
CSoprano::Index::CLuceneIndex | The CLuceneIndex provides a wrapper around a CLucene index which stores RDF statements |
CSoprano::Iterator< T > | The basic Soprano iterator class |
CSoprano::IteratorBackend< T > | The actual work in a Iterator instance is done by an IteratorBackend |
▼CSoprano::Model | A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements |
CSoprano::Client::SparqlModel | Remote client Model for Http SPARQL end points |
▼CSoprano::FilterModel | A FilterModel is a virtual model that wraps another Model |
CSoprano::Index::IndexFilterModel | The IndexFilterModel provides a full text index around any Soprano Model |
CSoprano::Inference::InferenceModel | The Soprano Inference Model provides a simple forward chaining inference engine which uses the underlying parent model itself to store status information |
CSoprano::NRLModel | Model filter that makes working with NRL data simpler |
CSoprano::RdfSchemaModel | Provides convenience methods to handle RDFS data |
CSoprano::Server::DBusExportModel | Exports a Soprano Model via D-Bus |
CSoprano::Util::AsyncModel | Filter model that allows to perform operations asyncroneously |
CSoprano::Util::MutexModel | Protect a Model for multiple calls in multi-threaded applications |
CSoprano::Util::SignalCacheModel | Caches multiple signals into one to avoid slowdown when adding or removing many statements |
▼CSoprano::StorageModel | Base class for all Model implementations that store data (as compared to FilterModel) |
CSoprano::Client::DBusModel | Interface to a DBus server model |
CSoprano::Util::DummyModel | A dummy model. All its methods do nothing and always fail with a default error |
CSoprano::Util::ReadOnlyModel | Simple filter model preventing any write operations |
CSoprano::N3NodeParser | Parser which converts N3 string representation of nodes into Node objects |
CSoprano::Parser | Soprano::Parser defines the interface for a Soprano RDF parser plugin |
CSoprano::Serializer | Soprano::Serializer defines the interface for a Soprano RDF serializer plugin |
CSoprano::Server::DBusExportIterator | Exports a Soprano Iterator via D-Bus |
CSoprano::Server::ServerCore | Central Soprano server class |
CSoprano::Util::AsyncQuery | A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously |
CSoprano::Util::AsyncResult | A delayed result as returned by AsyncModel |
CSoprano::Graph | A simple collection of statements |
CSoprano::LanguageTag | A LanguageTag represents a language according to RFC 3066 and RFC 4646 |
CSoprano::LiteralValue | Represents a literal value of an RDF Node |
CSoprano::Error::Locator | Details of a parser Error |
CSoprano::Node | A Node represents one RDF resource |
CSoprano::Inference::NodePattern | Smallest building block of an inference Rule |
▼CSoprano::Plugin | Base class for all plugins in Soprano |
CSoprano::Backend | Soprano::Backend defines the interface for a Soprano backend plugin |
CSoprano::Parser | Soprano::Parser defines the interface for a Soprano RDF parser plugin |
CSoprano::Serializer | Soprano::Serializer defines the interface for a Soprano RDF serializer plugin |
▼CQObject [external] | |
CSoprano::Client::DBusClient | Core class to handle a connection to a Soprano server through the DBus interface |
CSoprano::Client::LocalSocketClient | Creates a connection to the Soprano server through a local socket interface |
CSoprano::Client::TcpClient | Creates a connection to the Soprano server through a TCP connection |
CSoprano::Model | A Model is the central class in Soprano. It is a queryable collection of RDF quadruples, i.e statements |
CSoprano::PluginManager | The PluginManager loads and maintains all Soprano plugins |
CSoprano::Server::DBusExportIterator | Exports a Soprano Iterator via D-Bus |
CSoprano::Server::ServerCore | Central Soprano server class |
CSoprano::Util::AsyncQuery | A wrapper around Soprano::Model which executes a query in a separate thread and allows to iterate the results asyncroneously |
CSoprano::Util::AsyncResult | A delayed result as returned by AsyncModel |
CSoprano::Index::QueryHit | QueryHit represents a hit from an IndexFilterModel query. It basically is an RDF resource combined with a hit score |
CSoprano::Inference::Rule | A rule used by the InferenceModel to generate inferenced statements |
CSoprano::Inference::RuleParser | The RuleParser can be used to parse Soprano rule files |
CSoprano::Inference::RuleSet | A set of inference rules |
CSoprano::Statement | A Statement instance represents one RDF quadruple |
CSoprano::Inference::StatementPattern | Building block of an inference Rule |