Uses of Class
se.liu.ida.hefquin.base.query.impl.QueryPatternUtils.VariableByBlankNodeSubstitutionException
Packages that use QueryPatternUtils.VariableByBlankNodeSubstitutionException
-
Uses of QueryPatternUtils.VariableByBlankNodeSubstitutionException in se.liu.ida.hefquin.base.query.impl
Methods in se.liu.ida.hefquin.base.query.impl that throw QueryPatternUtils.VariableByBlankNodeSubstitutionExceptionModifier and TypeMethodDescriptionstatic BGP
QueryPatternUtils.applySolMapToBGP
(SolutionMapping sm, BGP bgp) Attention, this function throws an exception in all cases in which one of the variables of the BGP would be replaced by a blank node.static SPARQLGraphPattern
QueryPatternUtils.applySolMapToGraphPattern
(SolutionMapping sm, SPARQLGraphPattern pattern) static TriplePattern
QueryPatternUtils.applySolMapToTriplePattern
(SolutionMapping sm, TriplePattern tp) Attention, this function throws an exception in all cases in which one of the variables of the triple pattern would be replaced by a blank node.