class Backend


abstract

Module soprano
Namespace Soprano
Class Backend
Inherits Soprano::Plugin,Soprano::Error::ErrorCache
\class Backend backend.h Soprano/Backend

Soprano.Backend defines the interface for a Soprano backend plugin.

The Backend interface defines two important methods: createModel() and supportedFeatures(). It inherits from Error.ErrorCache for error handling and subclasses should use clearError() and setError() to report the status.

See also soprano_writing_plugins

Author Sebastian Trueg



methods