Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox | |
| tech.oxfordsemantic.jrdfox.client | |
| tech.oxfordsemantic.jrdfox.logic |
-
Uses of Prefixes in tech.oxfordsemantic.jrdfox
Fields in tech.oxfordsemantic.jrdfox declared as Prefixes Modifier and Type Field Description static PrefixesPrefixes. s_defaultPrefixesstatic PrefixesPrefixes. s_emptyPrefixesConstructors in tech.oxfordsemantic.jrdfox with parameters of type Prefixes Constructor Description Prefixes(Prefixes prefixes) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.client
Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Prefixes Modifier and Type Method Description CursorDataStoreConnection. createCursor(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters)Creates a cursor over the results of the given query.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.File file, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied file using the specified format.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.OutputStream outputStream, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied output stream using the specified format.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.File file, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied file using the specified format.QueryResultDataStoreConnection. evaluateQuery(Prefixes prefixes, Query query, java.util.Map<java.lang.String,java.lang.String> compilationParameters, java.io.OutputStream outputStream, java.lang.String queryAnswerFormatName)Evaluates a query and serialises the result to the supplied output stream using the specified format.QueryResultDataStoreConnection. evaluateSelectionQuery(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters, QueryAnswerMonitor queryAnswerMonitor)Evaluates a SELECT/ASK query and calls the suppliedQueryAnswerMonitorinstance for each tuple in the result.QueryResultDataStoreConnection. evaluateUpdateQuery(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters)Evaluates an UPDATE query.voidDataStoreConnection. exportData(Prefixes prefixes, java.io.File file, java.lang.String formatName, java.util.Map<java.lang.String,java.lang.String> parameters)Exports the data in the data store using the given format.voidDataStoreConnection. exportData(Prefixes prefixes, java.io.OutputStream outputStream, java.lang.String formatName, java.util.Map<java.lang.String,java.lang.String> parameters)Exports the data in the data store using the given format.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.File file)Imports the data from the given file into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.InputStream inputStream)Imports the data from the given input stream into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.lang.String content)Imports the data from the given string into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.util.Collection<InputSourceFactory> inputSourceFactories, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)Imports the data described by the given input source factories into the current data store.ImportResultDataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, InputSourceFactory inputSourceFactory, java.lang.String formatName, ImportNotificationMonitor importNotificationMonitor)Imports the data described by the given input source factory into the current data store.voidImportNotificationMonitor. importProcessFinished(ImportResult importResult, Prefixes prefixes)Called at the end of importation to notify the monitor about the results.java.lang.StringResourceValue. toString(Prefixes prefixes)voidResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)static voidResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, java.lang.String lexicalForm, Datatype datatype) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Prefixes Modifier and Type Method Description voidAggregate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidAggregateBind. toString(java.util.function.Consumer<java.lang.String> builder, Prefixes prefixes, LogicFormat logicFormat)voidAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidBindAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidBlankNode. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)abstract voidBodyFormula. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidBuiltinExpression. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)abstract voidBuiltinExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)java.lang.StringBuiltinExpression. toString(Prefixes prefixes, LogicFormat logicFormat)voidBuiltinFunctionCall. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidConjunction. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidDisjunction. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidExistenceExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidFilterAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidFormula. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)abstract voidFormula. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)java.lang.StringFormula. toString(Prefixes prefixes, LogicFormat logicFormat)voidIRI. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidLiteral. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidMinus. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidNegation. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidOptional. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidQuery. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidRule. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)voidRule. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)java.lang.StringRule. toString(Prefixes prefixes, LogicFormat logicFormat)voidTupleTableName. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidValues. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)voidVariable. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)