Package tech.oxfordsemantic.jrdfox.client
-
Interface Summary Interface Description Cursor Provides access to the results of a query.DataStoreConnection Encapsulates the connection to a data store of an RDFox server.ImportNotificationMonitor This callback interface can be passed to aDataStoreConnection
to receive errors and warnings during import.OWLSupportMonitor This callback interface can be passed to aDataStoreConnection
to receive notifications about problems occurring while the loaded RDF triples are converted into OWL axioms, and while OWL axioms are converted into datalog rules.QueryAnswerMonitor This callback interface can be passed to aDataStoreConnection
along with a query to receive query answers as they are processed.ServerConnection Encapsulates the 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.ResourceValue 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.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.UpdateType Specifies whether an update operation involves adding or deleting rules/facts.