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 Prefixes
Prefixes. s_defaultPrefixes
static Prefixes
Prefixes. s_emptyPrefixes
Constructors 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 Cursor
DataStoreConnection. 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.QueryResult
DataStoreConnection. 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.QueryResult
DataStoreConnection. 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.QueryResult
DataStoreConnection. 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.QueryResult
DataStoreConnection. 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.QueryResult
DataStoreConnection. 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 suppliedQueryAnswerMonitor
instance for each tuple in the result.QueryResult
DataStoreConnection. evaluateUpdateQuery(Prefixes prefixes, java.lang.String queryText, java.util.Map<java.lang.String,java.lang.String> compilationParameters)
Evaluates an UPDATE query.void
DataStoreConnection. 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.void
DataStoreConnection. 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.ImportResult
DataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.File file)
Imports the data from the given file into the current data store.ImportResult
DataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.io.InputStream inputStream)
Imports the data from the given input stream into the current data store.ImportResult
DataStoreConnection. importData(UpdateType updateType, Prefixes prefixes, java.lang.String content)
Imports the data from the given string into the current data store.ImportResult
DataStoreConnection. 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.ImportResult
DataStoreConnection. 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.void
ImportNotificationMonitor. importProcessFinished(ImportResult importResult, Prefixes prefixes)
Called at the end of importation to notify the monitor about the results.java.lang.String
ResourceValue. toString(Prefixes prefixes)
void
ResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
static void
ResourceValue. 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 void
Aggregate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
AggregateBind. toString(java.util.function.Consumer<java.lang.String> builder, Prefixes prefixes, LogicFormat logicFormat)
void
Atom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
BindAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
BlankNode. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
abstract void
BodyFormula. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
BuiltinExpression. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)
abstract void
BuiltinExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
java.lang.String
BuiltinExpression. toString(Prefixes prefixes, LogicFormat logicFormat)
void
BuiltinFunctionCall. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Conjunction. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Disjunction. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
ExistenceExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
FilterAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Formula. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)
abstract void
Formula. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
java.lang.String
Formula. toString(Prefixes prefixes, LogicFormat logicFormat)
void
IRI. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Literal. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Minus. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Negation. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Optional. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Query. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Rule. toString(Prefixes prefixes, java.lang.StringBuilder builder, LogicFormat logicFormat)
void
Rule. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
java.lang.String
Rule. toString(Prefixes prefixes, LogicFormat logicFormat)
void
TupleTableName. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Values. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)
void
Variable. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, LogicFormat logicFormat)