Index

A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages

A

accept(LogicVisitor<E>) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
ACCESS_TYPE_GRANT - Static variable in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
A flag specifying grant access to a resource.
ACCESS_TYPE_NONE - Static variable in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
A flag specifying no access to a resource.
ACCESS_TYPE_READ - Static variable in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
A flag specifying read access to a resource.
ACCESS_TYPE_STAR - Static variable in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
A flag specifying all access types to a resource.
ACCESS_TYPE_WRITE - Static variable in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
A flag specifying write access to a resource.
ADDITION - tech.oxfordsemantic.jrdfox.client.UpdateType
Indicates that rules/facts are added in an update operation.
addRule(Rule) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Adds a rule to the data store.
addRules(Collection<Rule>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Adds a collection of rules to the data store.
advance() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Advances the cursor and positions it to the next tuple.
appendEscapedIRI(String, StringBuilder) - Static method in class tech.oxfordsemantic.jrdfox.Prefixes
 
areLocalServerRolesEmpty() - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Checks whether the list of roles of the local server is empty.
AuthenticationException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an authentication request fails (e.g., when the system is presented with an invalid combination of a role name and password).
AuthenticationException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthenticationException
 
AuthenticationException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthenticationException
 
AuthenticationException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthenticationException
 
AuthorizationException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when a specified user is not authorised to perform a particular action on a resource (e.g., when a user attempts to change a data store for which they have only read-only access).
AuthorizationException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthorizationException
 
AuthorizationException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthorizationException
 
AuthorizationException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.AuthorizationException
 

B

begin(TransactionType) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deprecated. 
beginTransaction(TransactionType) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Starts a new transaction on this connection.
BinaryDataStoreFormat - Enum in tech.oxfordsemantic.jrdfox.client
Identities the binary format of a data store file.
BLANK_NODE - tech.oxfordsemantic.jrdfox.logic.Datatype
 

C

canAdvance() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Checks whether Cursor.advance() can be called to continue iteration.
changeRolePassword(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates the password of the role that is associated with this connection.
CHASE - tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
The owl:sameAs property represents equality relation as defined in the various works on the chase in the database literature.
clear() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Clears the content of this data store -- that is, it clears all data and rules so the logical state of the data store is the same as after initialisation.
clear() - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
clearFactsKeepRulesAxioms() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Clears all facts, while keeping all the currently loaded rules and axioms.
clearRulesAxiomsExplicateFacts() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Clears all rules and turns all facts in the data store into EDB facts.
close() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Closes the cursor by freeing all resources associated with it.
close() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Closes the data store connection by freeing all resources associated with it.
close() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Closes the data store connection by freeing all resources associated with it.
commit() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deprecated. 
commitTransaction() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Commits the transaction associated with this connection.
compact() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Compact the data in the data store.
ComponentInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a component of the data store.
ComponentInfo(String, Map<String, Object>, ComponentInfo[]) - Constructor for class tech.oxfordsemantic.jrdfox.client.ComponentInfo
 
ConnectionFactory - Class in tech.oxfordsemantic.jrdfox.client
Provides ways to create connections, as well as start and stop local server instances.
ConnectionFactory() - Constructor for class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
 
ConstraintViolationException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an attempt is made to commit a transaction in which the default RDF graph contains at least one instance of the class http://oxfordsemantic.tech/RDFox#ConstraintViolation.
ConstraintViolationException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ConstraintViolationException
 
ConstraintViolationException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ConstraintViolationException
 
ConstraintViolationException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ConstraintViolationException
 
containsDataSource(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Checks whether the data store contains a data source with the specified name.
containsDataSourceTable(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Checks whether the specified data source in the data store contains a data source table with the specified name.
containsDataStore(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns true if the connected server contains a data store with the given name.
containsStatistics(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Checks whether the data store contains the statistics with the specified name.
containsTupleTable(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Checks whether the data store contains a tuple table with the specified name.
CONTINUE - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Importation should continue after a notification (provided that continuing is possible).
createCursor(Query, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates a cursor over the results of the given query.
createCursor(Prefixes, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates a cursor over the results of the given query.
createDataSource(String, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates a data source in a data store.
createDataStore(String, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates a data store with the given name.
createFirstLocalServerRole(String, String) - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Creates the first role in the local server.
createRole(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates a new role with the given name and password.
createRole(String, String, boolean) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates a new role with the given name and password.
createStatistics(String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates the statistics in a data store.
createTupleTable(String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates a tuple table in a data store.
Cursor - Interface in tech.oxfordsemantic.jrdfox.client
Provides access to the results of a query.

D

DataSourceInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a data source.
DataSourceInfo(String, String, Map<String, String>, int) - Constructor for class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
 
DataSourceTableInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a data source table.
DataSourceTableInfo(String, String[], Datatype[]) - Constructor for class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
 
DataStoreConnection - Interface in tech.oxfordsemantic.jrdfox.client
Encapsulates the connection to a data store of an RDFox server.
Datatype - Enum in tech.oxfordsemantic.jrdfox.logic
 
declarePrefix(String, String) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
declareStandardPrefixes() - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
decodeIRI(String) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
decodeIRI(String, StringBuilder) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
decodeIRI(String, Consumer<String>) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
deleteDataSource(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deletes the data source table with the specified name from the data store.
deleteDataStore(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Deletes a data store with the given name from the server.
deleteRole(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Deletes a role with the given name.
deleteRule(Rule) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deletes a rule to the data store.
deleteRules(Collection<Rule>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deletes a collection of rules to the data store.
deleteStatistics(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deletes the data store statistics with the specified name from the data store.
deleteTupleTable(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deletes the tuple table with the specified name from the data store.
DELETION - tech.oxfordsemantic.jrdfox.client.UpdateType
Indicates that rules/facts are deleted in an update operation.
describeDataSource(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the data source with the given name.
describeDataSourceTable(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the data source table of the specified data source in the data store.
describeStatistics(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the specific statistics of the data store.
describeTupleTable(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the tuple table with the given name.
duplicate() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Creates a new connection to the same data store.
duplicate() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates a new connection to the same data store.
DuplicateResourceException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when a client tries to create a resource that already exists.
DuplicateResourceException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.DuplicateResourceException
 
DuplicateResourceException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.DuplicateResourceException
 
DuplicateResourceException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.DuplicateResourceException
 

E

encodeIRI(String) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
encodeIRI(String, StringBuilder) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
encodeIRI(String, Consumer<String>) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
EqualityAxiomatization - Enum in tech.oxfordsemantic.jrdfox.client
Determines the type of equality axiomatization (i.e., how owl:sameAs is being interpreted) in a data store.
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
 
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
 
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
 
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.StatisticsInfo
 
equals(Object) - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
 
ERROR - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationType
 
evaluateQuery(Query, Map<String, String>, QueryAnswerMonitor) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a query and calls the supplied QueryAnswerMonitor instance for each tuple in the result.
evaluateQuery(Prefixes, String, Map<String, String>, QueryAnswerMonitor) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a query and calls the supplied QueryAnswerMonitor instance for each tuple in the result.
evaluateStatement(Prefixes, String, Map<String, String>, File, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a statement and serialises the result to the supplied file using the specified format.
evaluateStatement(Prefixes, String, Map<String, String>, OutputStream, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a statement and serialises the result to the supplied output stream using the specified format.
evaluateStatement(Prefixes, Query, Map<String, String>, File, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a statement and serialises the result to the supplied file using the specified format.
evaluateStatement(Prefixes, Query, Map<String, String>, OutputStream, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates a statement and serialises the result to the supplied output stream using the specified format.
evaluateUpdate(Update, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates an update.
evaluateUpdate(Prefixes, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Evaluates an update.
exportData(Prefixes, File, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Exports the data in the data store using the given format.
exportData(Prefixes, OutputStream, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Exports the data in the data store using the given format.

F

finishedParsingTriples() - Method in interface tech.oxfordsemantic.jrdfox.client.OWLSupportMonitor
Called when conversion of loaded RDF triples into OWL axioms finishes.

G

getArity() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Returns the arity (i.e., the number of columns) of the answers that the cursor computes.
getArity() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the arity (i.e., the number of columns) of a tuple table.
getColumnDatatype(int) - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
Returns the datatype of the column with the given index.
getColumnName(int) - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
Returns the name of the column with the given index.
getColumnName(int) - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the name of a tuple table column with the given index.
getComponentInfo(boolean) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns diagnostic information about the data store as a tree of objects each providing detailed information about the data store.
getComponentInfo(boolean) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns diagnostic information about the server as a tree of objects each providing detailed information about the server.
getContent() - Method in class tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Returns the content of this input source.
getDataSourceName() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the name of a data source that this tuple table has been mounted from, or null if this tuple table has not been mounted from a data source.
getDataSourceTableData(String, String, int) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns a sample of the data from the specified data source table.
getDataStoreConnection() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Returns the data store connection that this cursor is associated with.
getDatatypeID() - Method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
 
getDictionaryGenerationCounter() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the generation counter of the data store dictionary, which is an number that is incremented every time the data store dictionary is cleared.
getEncodedIRI() - Method in class tech.oxfordsemantic.jrdfox.Prefixes.PrefixData
 
getEndResourceID() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the one plus the maximum resource ID that can be stored in tuple tables of this data store.
getEndTupleIndex() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns one plus the maximum index of a tuple that can be stored in this tuple table.
getEqualityAxiomatization() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns a flag that determines how the data store deals with equality reasoning.
getGenerationCounter() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the generation counter of the data store, which is an number that is incremented every time the data store is updated.
getGitSHA() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the string containing the Git SHA identifying the precise version of the RDFox instance code.
getID() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns an integer that uniquely identifies the data store within the server.
getID() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the ID of a tuple table.
getIRI() - Method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
 
getIRI() - Method in class tech.oxfordsemantic.jrdfox.Prefixes.PrefixData
 
getLockTimeout() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the time in milliseconds that the system will wait for when it needs to acquire a lock on a data store.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.ComponentInfo
Return the name of the component info.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
Returns the data source name.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
Returns the name of a data source table.
getName() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the name of the data store inside the server.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Returns the name of this input source.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.StatisticsInfo
Returns the statistics name.
getName() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the name of a tuple table.
getNumberOfChangedAxioms() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of axioms that were changed during the import.
getNumberOfChangedFacts() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of facts that were changed during the import.
getNumberOfChangedRules() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of rules that were changed during the import.
getNumberOfColumns() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
Returns the number of columns in a data source table.
getNumberOfErrors() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of errors that were reported during the import.
getNumberOfProcessedAxioms() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of axioms that were processed during the import.
getNumberOfProcessedFacts() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of facts that were processed during the import.
getNumberOfProcessedRules() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of rules that were processed during the import.
getNumberOfSubComponents() - Method in class tech.oxfordsemantic.jrdfox.client.ComponentInfo
Returns the number of sub-components.
getNumberOfTables() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
Returns the number of data source tables in this data source.
getNumberOfThreads() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the number of threads that the server uses for various tasks such as reasoning and data importation.
getNumberOfTuples() - Method in class tech.oxfordsemantic.jrdfox.client.StatementResult
Returns the number of individual answers that the query produced: answers returned with multiplicity more than one are counted just once.
getNumberOfWarnings() - Method in class tech.oxfordsemantic.jrdfox.client.ImportResult
Returns the number of warnings that were reported during the import.
getOWLSupportMonitor() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the callback interface that is currently registered to receive callback notifications during the conversion of loaded RDF triples into OWL axioms, or during the conversion of OWL axioms into rules.
getParameters() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
Returns the parameters of the data source.
getParameters() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the parameters that the data store was created with.
getParameters() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the parameters that the server was created with.
getParameters() - Method in class tech.oxfordsemantic.jrdfox.client.StatisticsInfo
Returns the parameters that govern how the statistics have been created.
getParameters() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
Returns the creation parameters of the tuple table.
getPrefixIRIsByPrefixName() - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
getPropertyValues() - Method in class tech.oxfordsemantic.jrdfox.client.ComponentInfo
Return the property values of this component.
getResource(int) - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Returns the resource by for the given index in the current answer row.
getResource(long) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Looks up the resource with the given IDs.
getResources(long[], int, int, Resource[]) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Looks up the resources with the given IDs.
getResourceValue(int) - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Returns the resource bound to the given index in the current answer row.
getResourceValue(long) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Looks up the resource with the given ID.
getResourceValues(long[], int, int, ResourceValue[]) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Looks up the resources with the given IDs.
getRoleName() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the name of the role currently associated with this connection.
getRoleName() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the name of the role currently associated with this connection.
getRolePasswordHash(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the password hash for the given role name.
getRule() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns the rule in question.
getSubComponent(int) - Method in class tech.oxfordsemantic.jrdfox.client.ComponentInfo
Returns information about sub-component.
getTotalNumberOfTuples() - Method in class tech.oxfordsemantic.jrdfox.client.StatementResult
Returns the total number of answers to a query and is equal to the sum of the multiplicities of all answers.
getTransactionState() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the state of the transaction associated with this connection.
getTypeName() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
Returns the type name of the data source.
getTypeName() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the type of the data store.
getUniqueID() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns a string that uniquely identifies the data store.
getVersion() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the version string of the RDFox instance.
grantPrivileges(String, String, byte) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Grants privileges over a resource specifier to a role.
grantRole(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Grants the membership of a role in another role.

H

hasAggregation() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns true if the rule contains aggregation in the body.
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceInfo
 
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.DataSourceTableInfo
 
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
 
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.StatisticsInfo
 
hashCode() - Method in class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
 
hasNegation() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns true if the rule contains negation in the body.

I

importData(UpdateType, Prefixes, File) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Imports the data from the given file into the current data store.
importData(UpdateType, Prefixes, InputStream) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Imports the data from the given input stream into the current data store.
importData(UpdateType, Prefixes, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Imports the data from the given string into the current data store.
importData(UpdateType, Prefixes, Collection<InputSourceFactory>, String, ImportNotificationMonitor) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Imports the data described by the given input source factories into the current data store.
importData(UpdateType, Prefixes, InputSourceFactory, String, ImportNotificationMonitor) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Imports the data described by the given input source factory into the current data store.
importJobFinished(int) - Method in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Called when the importation of a data source finishes.
importJobStarted(int, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Called when the importation of a data source starts.
importNotification(int, ImportNotificationMonitor.NotificationType, long, long, String, long) - Method in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Called when an error or a warning is encountered.
ImportNotificationMonitor - Interface in tech.oxfordsemantic.jrdfox.client
This callback interface can be passed to a DataStoreConnection to receive errors and warnings during import.
ImportNotificationMonitor.NotificationAction - Enum in tech.oxfordsemantic.jrdfox.client
Determines how to proceed after a notification.
ImportNotificationMonitor.NotificationType - Enum in tech.oxfordsemantic.jrdfox.client
Determines the type of a notification.
importProcessFinished(ImportResult, Prefixes) - Method in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Called at the end of importation to notify the monitor about the results.
importProcessStarted() - Method in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Called at the beginning of importation to allow the monitor to prepare any data structures it might need.
ImportResult - Class in tech.oxfordsemantic.jrdfox.client
Summarises the result of data import.
ImportResult(long, long, long, long, long, long, long, long) - Constructor for class tech.oxfordsemantic.jrdfox.client.ImportResult
 
InputSourceFactory - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a source that can be imported into RDFox.
interrupt() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Tries to interrupt an operation that is running in parallel on this connection.
interrupt() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Tries to interrupt an operation that is running in parallel on this connection.
INVALID_DATATYPE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
IRI_REFERENCE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
isAddedByAxioms() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns true if the rule has been added implicitly as a result of adding OWL axioms.
isAddedByUser() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns true if the rule has been explicitly added by the user.
isAddedInternally() - Method in class tech.oxfordsemantic.jrdfox.client.RuleInfo
Returns true if the rule has been added internally by RDFox — that is, whether it has been added implicitly, rather than explicitly by the user.
isConcurrent() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns true if the data store supports concurrent access.
isMemberOf(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Checks whether the given role is a member of another super-role.
isPersistent() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns true if the data store is persistent.
isValidPrefixName(String) - Static method in class tech.oxfordsemantic.jrdfox.Prefixes
 

J

JRDFoxException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This is a top-level exception for RDFox.
JRDFoxException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
 
JRDFoxException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
 
JRDFoxException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.JRDFoxException
 

L

LicenseException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when a server cannot find a valid license.
LicenseException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LicenseException
 
LicenseException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LicenseException
 
LicenseException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LicenseException
 
listDataSources() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the data sources currently present in the data store.
listDataSourceTables(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the data source tables of the specified data source in the data store.
listDataStores() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the list of names of data stores available at the connected server.
listPrivileges(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Lists the privileges of a given role.
listRoleMembers(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Lists the roles that are members of the given role.
listRoleMemberships(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Lists the roles that the given role is a member of.
listRoles() - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Returns the list of all roles available at the server.
listRules() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns the information about the rules currently loaded into the data store.
listStatistics() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about all statistics currently managed by the data store.
listTupleTables() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns information about the tuple tables currently present in the data store.
loadDataStoreFromBinaryFormat(String, File) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Loads a data store with the given name from a file containing the store saved in the standard or raw format.
loadDataStoreFromBinaryFormat(String, File, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Loads a data store with the given name from a file containing the store saved in the standard or raw format.
loadDataStoreFromBinaryFormat(String, InputStream) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Loads a data store with the given name from an input stream containing the store saved in the standard or raw format.
loadDataStoreFromBinaryFormat(String, InputStream, String, Map<String, String>) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Loads a data store with the given name from an input stream containing the store saved in the standard or raw format.
LockTimeoutException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when a lock on a data store must be acquired in order to fulfil a request, but the lock acquisition times out.
LockTimeoutException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LockTimeoutException
 
LockTimeoutException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LockTimeoutException
 
LockTimeoutException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.LockTimeoutException
 
LogicAdapter<E> - Class in tech.oxfordsemantic.jrdfox.logic
 
LogicAdapter() - Constructor for class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
LogicObject - Class in tech.oxfordsemantic.jrdfox.logic
 
LogicObject() - Constructor for class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
LogicVisitor<E> - Interface in tech.oxfordsemantic.jrdfox.logic
 
LogicWalker - Class in tech.oxfordsemantic.jrdfox.logic
 
LogicWalker() - Constructor for class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 

M

m_datatype - Variable in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
m_lexicalForm - Variable in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 

N

newDataStoreConnection(String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Creates a connection to the data store of this server with the given name.
newDataStoreConnection(String, String, String, String) - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Creates a new connection of a data store at the server whose location is specified by the given URL.
newInputSourceFactory(File) - Static method in class tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Creates an input source that provides data to RDFox by reading the specified file.
newInputSourceFactory(String, InputStream) - Static method in class tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Creates an input source that provides data to RDFox by reading the specified input stream.
newInputSourceFactory(String, String) - Static method in class tech.oxfordsemantic.jrdfox.client.InputSourceFactory
Creates an input source that provides data to RDFox by reading the specified string.
newServerConnection(String, String, String) - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Creates a new connection of a server whose location is specified by the given URL.
NO_PREFIX_NAME - tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
 
NO_RESOURCE_VALUES - Static variable in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
NO_UNA - tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
The owl:sameAs property represents equality without the Unique Name Assumption.
NONE - tech.oxfordsemantic.jrdfox.client.TransactionState
Specifies that no transaction is currently associated with this connection.

O

OFF - tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
The owl:sameAs property has no special meaning and is just another property.
open() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Opens the cursor and positions it to the first tuple.
OperationInterruptedException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an operation on a ServerConnection or DataStoreConnection is interrupted using the interrupt() method.
OperationInterruptedException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.OperationInterruptedException
 
OperationInterruptedException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.OperationInterruptedException
 
OperationInterruptedException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.OperationInterruptedException
 
OWLSupportMonitor - Interface in tech.oxfordsemantic.jrdfox.client
This callback interface can be passed to a DataStoreConnection 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.

P

ParsingException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an error during parsing occurs.
ParsingException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ParsingException
 
ParsingException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ParsingException
 
ParsingException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ParsingException
 
PREFIX_NAME_NOT_BOUND - tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
 
PrefixData(String, String) - Constructor for class tech.oxfordsemantic.jrdfox.Prefixes.PrefixData
 
Prefixes - Class in tech.oxfordsemantic.jrdfox
 
Prefixes() - Constructor for class tech.oxfordsemantic.jrdfox.Prefixes
 
Prefixes(Prefixes) - Constructor for class tech.oxfordsemantic.jrdfox.Prefixes
 
Prefixes.DecodeResult - Enum in tech.oxfordsemantic.jrdfox
 
Prefixes.PrefixData - Class in tech.oxfordsemantic.jrdfox
 
prefixExists(String) - Method in class tech.oxfordsemantic.jrdfox.Prefixes
 
processQueryAnswer(List<Resource>, long) - Method in interface tech.oxfordsemantic.jrdfox.client.QueryAnswerMonitor
Called for each query answer.

Q

QueryAnswerMonitor - Interface in tech.oxfordsemantic.jrdfox.client
This callback interface can be passed to a DataStoreConnection along with a query to receive query answers as they are processed.
queryAnswersFinished() - Method in interface tech.oxfordsemantic.jrdfox.client.QueryAnswerMonitor
Called after all query answers have been processed.
queryAnswersStarted(String[]) - Method in interface tech.oxfordsemantic.jrdfox.client.QueryAnswerMonitor
Called at the start of query answering.
QueryCompilationException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an error during query compilation occurs.
QueryCompilationException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.QueryCompilationException
 
QueryCompilationException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.QueryCompilationException
 
QueryCompilationException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.QueryCompilationException
 

R

RAW - tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
The raw format that closely follows the structure in which the data is stored in memory and thus allows restoring exactly the same state of a data store.
RDF_PLAIN_LITERAL - tech.oxfordsemantic.jrdfox.logic.Datatype
 
RDFS_LITERAL - tech.oxfordsemantic.jrdfox.logic.Datatype
 
READ_ONLY - tech.oxfordsemantic.jrdfox.client.TransactionState
Specifies that a read-only transaction is currently associated with this connection.
READ_ONLY - tech.oxfordsemantic.jrdfox.client.TransactionType
Identifies a read-only transaction.
READ_WRITE - tech.oxfordsemantic.jrdfox.client.TransactionState
Specifies that a read/write transaction is currently associated with this connection.
READ_WRITE - tech.oxfordsemantic.jrdfox.client.TransactionType
Identifies a read/write transaction.
recompileRules() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Recompiles the rules using the currently available statistics.
requiresIncrementalReasoning() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns true if the next data store update must be performed using incremental reasoning (rather than standard using the standard datalog materialization "from scratch" algorithm).
ResourceInUseException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an operation attempts to modify a resource that is currently used elsewhere.
ResourceInUseException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ResourceInUseException
 
ResourceInUseException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ResourceInUseException
 
ResourceInUseException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.ResourceInUseException
 
ResourceValue - Class in tech.oxfordsemantic.jrdfox.client
 
ResourceValue(String, Datatype) - Constructor for class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
revokePrivileges(String, String, byte) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Revokes privileges over a resource specifier from a role.
revokeRole(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Revokes the membership of a role in another role.
rollback() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Deprecated. 
rollbackTransaction() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Rolls back the transaction associated with this connection.
RuleCompilationException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an error during rule compilation occurs.
RuleCompilationException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.RuleCompilationException
 
RuleCompilationException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.RuleCompilationException
 
RuleCompilationException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.RuleCompilationException
 
RuleInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a rule in the data store.
RuleInfo(Rule, boolean, boolean, boolean, boolean, boolean) - Constructor for class tech.oxfordsemantic.jrdfox.client.RuleInfo
 
ruleTransformationNotification(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.OWLSupportMonitor
Called when a problem is encountered during the conversion of OWL axioms into rules.

S

s_defaultPrefixes - Static variable in class tech.oxfordsemantic.jrdfox.Prefixes
 
s_emptyPrefixes - Static variable in class tech.oxfordsemantic.jrdfox.Prefixes
 
s_firstErrorExceptionMonitor - Static variable in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Provides a default implementation of an import monitor that throws an exception upon first error notification.
s_nullMonitor - Static variable in interface tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor
Provides a default implementation of an import monitor that ignores all notifications.
saveToBinaryFormat(File, BinaryDataStoreFormat) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Saves the data store into the specified binary format.
saveToBinaryFormat(OutputStream, BinaryDataStoreFormat) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Saves the data store into the specified binary format.
ServerConnection - Interface in tech.oxfordsemantic.jrdfox.client
Encapsulates the connection to an RDFox server.
setLockTimeout(long) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Sets the time in milliseconds that the system will wait for when it needs to acquire a lock on a data store.
setNumberOfThreads(int) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Sets the number of threads that the server should use for various tasks such as reasoning and data importation.
setOWLSupportMonitor(OWLSupportMonitor) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Sets the callback interface that will be called for each error encountered during the conversion of loaded RDF triples into OWL axioms, or during the conversion of OWL axioms into rules.
SKIP_REST_OF_INPUT - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
The rest of the current input should be skipped, but other inputs should be processed if possible.
StaleCursorException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when Cursor.advance() called and the data store has changed since Cursor.advance() was called.
StaleCursorException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.StaleCursorException
 
StaleCursorException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.StaleCursorException
 
StaleCursorException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.StaleCursorException
 
STANDARD - tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
The standard binary format is more resilient to changes between RDFox versions, and it supports transferring data between data stores of different type.
startedParsingTriples() - Method in interface tech.oxfordsemantic.jrdfox.client.OWLSupportMonitor
Called when conversion of loaded RDF triples into OWL axioms starts.
startLocalServer(Map<String, String>) - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Starts the local server and initialises it using the supplied parameters.
StatementResult - Class in tech.oxfordsemantic.jrdfox.client
Summaries the result of statement evaluation.
StatementResult(long, long) - Constructor for class tech.oxfordsemantic.jrdfox.client.StatementResult
 
StatisticsInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a statistics module of a data store.
StatisticsInfo(String, Map<String, String>) - Constructor for class tech.oxfordsemantic.jrdfox.client.StatisticsInfo
 
stop() - Method in interface tech.oxfordsemantic.jrdfox.client.Cursor
Stops this iterator by releasing all resources that the cursor might hold.
STOP_IMPORT_NO_EXCEPTION - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Importation should be stopped but no exception should be thrown.
STOP_IMPORT_WITH_EXCEPTION - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Importation should be stopped and an exception describing the current notification should be thrown.
stopLocalServer() - Static method in class tech.oxfordsemantic.jrdfox.client.ConnectionFactory
Stops the local server, or does nothing if the local server is not running.
SUCCESSFUL - tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
 
switchRole(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Changes the identity of the user associated with this connection.
switchRole(String, String) - Method in interface tech.oxfordsemantic.jrdfox.client.ServerConnection
Changes the role associated with this connection.

T

tech.oxfordsemantic.jrdfox - package tech.oxfordsemantic.jrdfox
 
tech.oxfordsemantic.jrdfox.client - package tech.oxfordsemantic.jrdfox.client
 
tech.oxfordsemantic.jrdfox.exceptions - package tech.oxfordsemantic.jrdfox.exceptions
 
tech.oxfordsemantic.jrdfox.logic - package tech.oxfordsemantic.jrdfox.logic
 
toString() - Method in enum tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
 
toString() - Method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
toString() - Method in class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
toString(Prefixes) - Method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
toString(Prefixes) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
toString(Prefixes, StringBuilder) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
toString(Prefixes, Consumer<String>) - Method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
toString(Prefixes, Consumer<String>) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicObject
 
toString(Prefixes, Consumer<String>, String, Datatype) - Static method in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
transactionRequiresRollback() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Returns true if a transaction is active on this connection and this transaction must be rolled back (i.e., it cannot be committed).
TransactionState - Enum in tech.oxfordsemantic.jrdfox.client
Describes the state of the transaction associated with a data store connection.
TransactionType - Enum in tech.oxfordsemantic.jrdfox.client
Determines the type of a transaction on a data store.
triplesParsingNotification(String) - Method in interface tech.oxfordsemantic.jrdfox.client.OWLSupportMonitor
Called when a problem is encountered during conversion of loaded RDF triples into OWL axioms.
TupleTableInfo - Class in tech.oxfordsemantic.jrdfox.client
Encapsulates information about a tuple table.
TupleTableInfo(String, int, long, String[], String, Map<String, String>) - Constructor for class tech.oxfordsemantic.jrdfox.client.TupleTableInfo
 

U

UNA - tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
The owl:sameAs property represents equality with the Unique Name Assumption.
UNDEF - Static variable in class tech.oxfordsemantic.jrdfox.client.ResourceValue
 
UnknownResourceException - Exception in tech.oxfordsemantic.jrdfox.exceptions
This exception is thrown when an operation attempts to access a resource that does not exist.
UnknownResourceException() - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.UnknownResourceException
 
UnknownResourceException(String) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.UnknownResourceException
 
UnknownResourceException(String, Throwable) - Constructor for exception tech.oxfordsemantic.jrdfox.exceptions.UnknownResourceException
 
updateMaterialization() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Updates the materialization so that all and only the consequences of the explicitly stated facts and the rules are derived.
updateStatistics() - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Updates all statistics that the data store uses to plan queries and rules.
updateStatistics(String) - Method in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Updates the statistics with the given name that the data store uses to plan queries and rules.
UpdateType - Enum in tech.oxfordsemantic.jrdfox.client
Specifies whether an update operation involves adding or deleting rules/facts.

V

value(short) - Static method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
 
value(String) - Static method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
 
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.TransactionState
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.TransactionType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.client.UpdateType
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
Returns the enum constant of this type with the specified name.
valueOf(String) - Static method in enum tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
Returns the enum constant of this type with the specified name.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.BinaryDataStoreFormat
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.EqualityAxiomatization
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationAction
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.TransactionState
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.TransactionType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.client.UpdateType
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.logic.Datatype
Returns an array containing the constants of this enum type, in the order they are declared.
values() - Static method in enum tech.oxfordsemantic.jrdfox.Prefixes.DecodeResult
Returns an array containing the constants of this enum type, in the order they are declared.
visit(Aggregate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(Aggregate) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(Aggregate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(BindAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(BindAtom) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(BindAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(FilterAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(FilterAtom) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(FilterAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(Negation) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(Negation) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(Negation) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(Rule) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(Rule) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(Rule) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(TupleTableAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(TupleTableAtom) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(TupleTableAtom) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(TupleTableName) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(TupleTableName) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(TupleTableName) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(BlankNode) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(BlankNode) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(BlankNode) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(ExistenceExpression) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(ExistenceExpression) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(ExistenceExpression) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(FunctionCall) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(FunctionCall) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(FunctionCall) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(IRI) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(IRI) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(IRI) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(Literal) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(Literal) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(Literal) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(Variable) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(Variable) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(Variable) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(AlternativePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(AlternativePath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(AlternativePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(CountingPath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(CountingPath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(CountingPath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(InversePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(InversePath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(InversePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(NegativePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(NegativePath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(NegativePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(ResourcePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(ResourcePath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(ResourcePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(SequencePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(SequencePath) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(SequencePath) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(BindPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(BindPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(BindPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(ConjunctionPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(ConjunctionPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(ConjunctionPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(DisjunctionPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(DisjunctionPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(DisjunctionPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(FilterPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(FilterPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(FilterPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(GraphPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(GraphPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(GraphPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(MinusPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(MinusPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(MinusPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(OptionalPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(OptionalPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(OptionalPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(PathPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(PathPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(PathPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(SubselectPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(SubselectPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(SubselectPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(TriplePattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(TriplePattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(TriplePattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(TupleTablePattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(TupleTablePattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(TupleTablePattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(ValuesPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(ValuesPattern) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(ValuesPattern) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(ConstructQuery) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(ConstructQuery) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(ConstructQuery) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(DeleteInsertUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(DeleteInsertUpdate) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(DeleteInsertUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(GraphUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(GraphUpdate) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(GraphUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(LoadUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(LoadUpdate) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(LoadUpdate) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 
visit(SelectQuery) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicAdapter
 
visit(SelectQuery) - Method in interface tech.oxfordsemantic.jrdfox.logic.LogicVisitor
 
visit(SelectQuery) - Method in class tech.oxfordsemantic.jrdfox.logic.LogicWalker
 

W

WAIT_FOREVER - Static variable in interface tech.oxfordsemantic.jrdfox.client.DataStoreConnection
Specifies that the system should wait forever when it needs to acquire a lock on a data store (see DataStoreConnection.setLockTimeout(long)).
WARNING - tech.oxfordsemantic.jrdfox.client.ImportNotificationMonitor.NotificationType
 

X

XSD_ANY_URI - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_BOOLEAN - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_BYTE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DATE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DATE_TIME - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DATE_TIME_STAMP - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DAY_TIME_DURATION - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DECIMAL - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DOUBLE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_DURATION - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_FLOAT - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_G_DAY - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_G_MONTH - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_G_MONTH_DAY - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_G_YEAR - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_G_YEAR_MONTH - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_INT - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_INTEGER - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_LONG - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_NEGATIVE_INTEGER - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_NON_NEGATIVE_INTEGER - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_NON_POSITIVE_INTEGER - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_POSITIVE_INTEGER - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_SHORT - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_STRING - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_TIME - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_UNSIGNED_BYTE - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_UNSIGNED_INT - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_UNSIGNED_LONG - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_UNSIGNED_SHORT - tech.oxfordsemantic.jrdfox.logic.Datatype
 
XSD_YEAR_MONTH_DURATION - tech.oxfordsemantic.jrdfox.logic.Datatype
 
A B C D E F G H I J L M N O P Q R S T U V W X 
All Classes All Packages