Uses of Class
tech.oxfordsemantic.jrdfox.Prefixes
-
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 that return Prefixes Modifier and Type Method Description PrefixesDataStoreConnection. getPrefixes()Returns the prefixes of the data store.PrefixesImportResult. getPrefixes()Returns the set of prefixes at the end of the import process.Methods in tech.oxfordsemantic.jrdfox.client with parameters of type Prefixes Modifier and Type Method Description voidQueryAnswerMonitor. queryAnswersStarted(Prefixes prefixes, java.lang.String[] answerVariableNames)Called at the start of query answering.booleanDataStoreConnection. setPrefixes(Prefixes prefixes)Replaces all mappings of the prefix names to IRIs maintained by the data store to the collection given in the argument.java.lang.StringResourceValue. toString(Prefixes prefixes)static voidResourceValue. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, java.lang.String lexicalForm, Datatype datatype)Constructors in tech.oxfordsemantic.jrdfox.client with parameters of type Prefixes Constructor Description ImportResult(boolean importAborted, long numberOfErrors, long numberOfWarnings, long numberOfProcessedFacts, long numberOfChangedFacts, long numberOfProcessedRules, long numberOfChangedRules, long numberOfProcessedAxioms, long numberOfChangedAxioms, Prefixes prefixes) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.formats
Constructors in tech.oxfordsemantic.jrdfox.formats with parameters of type Prefixes Constructor Description DatalogParser(Resource defaultGraph, Prefixes prefixes)SPARQLParser(Prefixes prefixes, java.io.InputStream inputStream)SPARQLParser(Prefixes prefixes, java.io.Reader reader)SPARQLParser(Prefixes prefixes, tech.oxfordsemantic.jrdfox.formats.internal.InputSource inputSource) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Prefixes Modifier and Type Method Description java.lang.StringLogicObject. toString(Prefixes prefixes)voidLogicObject. toString(Prefixes prefixes, java.lang.StringBuilder stringBuilder)abstract voidLogicObject. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Prefixes Modifier and Type Method Description voidAggregate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidBindAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidFilterAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidNegation. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidRule. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidTupleTableAtom. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidTupleTableName. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.expression
Methods in tech.oxfordsemantic.jrdfox.logic.expression with parameters of type Prefixes Modifier and Type Method Description voidBlankNode. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidExistenceExpression. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidFunctionCall. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidIRI. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidLiteral. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidVariable. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.path
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.path with parameters of type Prefixes Modifier and Type Method Description voidAlternativePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidCountingPath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidInversePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidNegativePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidResourcePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidSequencePath. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type Prefixes Modifier and Type Method Description voidBindPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidConjunctionPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidDisjunctionPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidFilterPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidGraphPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidMinusPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidOptionalPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidPathPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidSubselectPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidTriplePattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidTupleTablePattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidValuesPattern. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer) -
Uses of Prefixes in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type Prefixes Modifier and Type Method Description voidConstructQuery. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidDeleteInsertUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidGraphUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidLoadUpdate. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)voidQueryBody. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer, boolean datasetAsFROM)voidSelectQuery. toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)