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 BGPQueryPatternUtils.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 SPARQLGraphPatternQueryPatternUtils.applySolMapToGraphPattern(SolutionMapping sm, SPARQLGraphPattern pattern) static TriplePatternQueryPatternUtils.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.