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 TypeMethodDescriptionSPARQLGraphPattern.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(SolutionMapping sm) SPARQLUnionPattern.applySolMapToGraphPattern(SolutionMapping sm) TriplePattern.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(SolutionMapping sm) GenericSPARQLGraphPatternImpl1.applySolMapToGraphPattern(SolutionMapping sm) GenericSPARQLGraphPatternImpl2.applySolMapToGraphPattern(SolutionMapping sm) SPARQLGroupPatternImpl.applySolMapToGraphPattern(SolutionMapping sm) SPARQLUnionPatternImpl.applySolMapToGraphPattern(SolutionMapping sm) TriplePatternImpl.applySolMapToGraphPattern(SolutionMapping sm)  - 
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 NullaryExecutableOpBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createExecutableRequestOperator(SolutionMapping inputSolMap) protected abstract ReqTypeBaseForExecOpIndexNestedLoopsJoinWithRequests.createRequest(SolutionMapping sm) protected TriplePatternRequestBaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequest(SolutionMapping inputSolMap) protected SPARQLRequestExecOpIndexNestedLoopsJoinSPARQL.createRequest(SolutionMapping sm) protected CompletableFuture<?> BaseForExecOpIndexNestedLoopsJoinWithRequestOps.initiateProcessing(SolutionMapping sm, IntermediateResultElementSink sink, ExecutionContext execCxt)