Package tech.oxfordsemantic.jrdfox.client
-
Interface Summary Interface Description Cursor Provides access to the results of a query.DataStoreConnection Encapsulates a connection to an RDFox data store.ImportNotificationMonitor This callback interface can be passed to aDataStoreConnection
to receive errors and warnings during import.QueryAnswerMonitor This callback interface can be passed to aDataStoreConnection
along with a query to receive query answers as they are processed.ResourceValue ServerConnection Encapsulates a connection to an RDFox server. -
Class Summary Class Description ComponentInfo Encapsulates information about a component of the data store.ConnectionFactory Provides ways to create connections, as well as start and stop local server instances.DataSourceInfo Encapsulates information about a data source.DataSourceTableInfo Encapsulates information about a data source table.ImportResult Summarises the result of data import.InputSourceFactory Encapsulates information about a source that can be imported into RDFox.RuleInfo Encapsulates information about a rule in the data store.StatementResult Summaries the result of statement evaluation.StatisticsInfo Encapsulates information about a statistics module of a data store.TupleTableInfo Encapsulates information about a tuple table. -
Enum Summary Enum Description BinaryDataStoreFormat Identities the binary format of a data store file.EqualityAxiomatization Determines the type of equality axiomatization (i.e., howowl:sameAs
is being interpreted) in a data store.ExplanationType Determines the type of explanation that should be produced by a data store connection.ImportNotificationMonitor.NotificationAction Determines how to proceed after a notification.ImportNotificationMonitor.NotificationType Determines the type of a notification.TransactionState Describes the state of the transaction associated with a data store connection.TransactionType Determines the type of a transaction on a data store.TupleTableType Specifies the type of a tuple table.UpdateType Specifies whether an update operation involves adding or deleting rules/facts.