Uses of Class
se.liu.ida.hefquin.base.query.VariableByBlankNodeSubstitutionException
Packages that use VariableByBlankNodeSubstitutionException
Package
Description
-
Uses of VariableByBlankNodeSubstitutionException in se.liu.ida.hefquin.base.query
Methods in se.liu.ida.hefquin.base.query that throw VariableByBlankNodeSubstitutionExceptionModifier and TypeMethodDescriptionBGP.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) default BGPSPARQLGraphPattern.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) Applies the given solution mapping to this graph pattern and returns the resulting graph pattern in which all occurrences of the variables bound by the given solution mapping are replaced by the RDF terms that the solution mappings assigns to these variables.default SPARQLGraphPatternSPARQLGraphPattern.applySolMapToGraphPattern(SolutionMapping sm) Applies the given solution mapping to this graph pattern and returns the resulting graph pattern in which all occurrences of the variables bound by the given solution mapping are replaced by the RDF terms that the solution mappings assigns to these variables.SPARQLGroupPattern.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) default SPARQLGroupPatternSPARQLGroupPattern.applySolMapToGraphPattern(SolutionMapping sm) SPARQLUnionPattern.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) default SPARQLUnionPatternSPARQLUnionPattern.applySolMapToGraphPattern(SolutionMapping sm) TriplePattern.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) default TriplePatternTriplePattern.applySolMapToGraphPattern(SolutionMapping sm) -
Uses of VariableByBlankNodeSubstitutionException in se.liu.ida.hefquin.base.query.impl
Methods in se.liu.ida.hefquin.base.query.impl that throw VariableByBlankNodeSubstitutionExceptionModifier and TypeMethodDescriptionBGPImpl.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) GenericSPARQLGraphPatternImpl1.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) GenericSPARQLGraphPatternImpl2.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) SPARQLGroupPatternImpl.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) SPARQLUnionPatternImpl.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) TriplePatternImpl.applySolMapToGraphPattern(org.apache.jena.sparql.engine.binding.Binding sm) static TriplePatternTriplePatternImpl.applySolMapToTriplePattern(org.apache.jena.sparql.engine.binding.Binding sm, TriplePattern tp) -
Uses of VariableByBlankNodeSubstitutionException in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops
Methods in se.liu.ida.hefquin.engine.queryplan.executable.impl.ops that throw VariableByBlankNodeSubstitutionExceptionModifier and TypeMethodDescriptionprotected abstract NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithRequestOps.createExecutableRequestOperator(SolutionMapping sm) protected NullaryExecutableOpExecOpIndexNestedLoopsJoinTPF.createExecutableRequestOperator(SolutionMapping inputSolMap) protected abstract ReqTypeBaseForExecOpIndexNestedLoopsJoinWithRequests.createRequest(SolutionMapping sm) protected SPARQLRequestExecOpIndexNestedLoopsJoinSPARQL.createRequest(SolutionMapping sm) protected TriplePatternRequestExecOpIndexNestedLoopsJoinTPF.createRequest(SolutionMapping inputSolMap) protected CompletableFuture<?> BaseForExecOpIndexNestedLoopsJoinWithRequestOps.initiateProcessing(SolutionMapping sm, IntermediateResultElementSink sink, ExecutionContext execCxt)