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 NullaryExecutableOp
BaseForExecOpIndexNestedLoopsJoinWithRequestOps.createExecutableRequestOperator
(SolutionMapping sm) protected NullaryExecutableOp
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createExecutableRequestOperator
(SolutionMapping inputSolMap) protected abstract ReqType
BaseForExecOpIndexNestedLoopsJoinWithRequests.createRequest
(SolutionMapping sm) protected TriplePatternRequest
BaseForExecOpIndexNestedLoopsJoinWithTPFRequests.createRequest
(SolutionMapping inputSolMap) protected SPARQLRequest
ExecOpIndexNestedLoopsJoinSPARQL.createRequest
(SolutionMapping sm) protected CompletableFuture
<?> BaseForExecOpIndexNestedLoopsJoinWithRequestOps.initiateProcessing
(SolutionMapping sm, IntermediateResultElementSink sink, ExecutionContext execCxt)