Uses of Class
org.apache.jena.arq.querybuilder.handlers.SolutionModifierHandler
Packages that use SolutionModifierHandler
Package
Description
A utility package to simplify the building of ARQ queries in code.
Interfaces that describe various SPARQL clauses as per
http://www.w3.org/TR/2013/REC-sparql11-query-20130321.
Classes that implement SPARQL clauses but do not return instances of the
builder.
-
Uses of SolutionModifierHandler in org.apache.jena.arq.querybuilder
Methods in org.apache.jena.arq.querybuilder that return SolutionModifierHandlerModifier and TypeMethodDescriptionAskBuilder.getSolutionModifierHandler()ConstructBuilder.getSolutionModifierHandler()DescribeBuilder.getSolutionModifierHandler()SelectBuilder.getSolutionModifierHandler() -
Uses of SolutionModifierHandler in org.apache.jena.arq.querybuilder.clauses
Methods in org.apache.jena.arq.querybuilder.clauses that return SolutionModifierHandlerModifier and TypeMethodDescriptionSolutionModifierClause.getSolutionModifierHandler()Get the Solution modifier for this clause. -
Uses of SolutionModifierHandler in org.apache.jena.arq.querybuilder.handlers
Methods in org.apache.jena.arq.querybuilder.handlers that return SolutionModifierHandlerModifier and TypeMethodDescriptionHandlerBlock.getModifierHandler()Get the solution modifier handler.Methods in org.apache.jena.arq.querybuilder.handlers with parameters of type SolutionModifierHandlerModifier and TypeMethodDescriptionvoidHandlerBlock.addAll(SolutionModifierHandler handler) Add the solution modifier handler contents to this prolog handler.voidSolutionModifierHandler.addAll(SolutionModifierHandler solutionModifier) Copy all the modifications from the Solution Modifier argument