Uses of Class
org.apache.jena.sparql.algebra.op.OpService
-
-
Uses of OpService in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpService Modifier and Type Method Description OpTransform. transform(OpService opService, Op subOp)OpTransformBase. transform(OpService opService, Op subOp)OpTransformCopy. transform(OpService opService, Op subOp)OpTransformWrapper. transform(OpService opService, Op subOp)voidOpAsQuery.Converter. visit(OpService opService)voidOpVisitor. visit(OpService opService)voidOpVisitorBase. visit(OpService opService)voidOpVisitorByType. visit(OpService opService) -
Uses of OpService in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpService Modifier and Type Method Description voidApplyTransformVisitor. visit(OpService op)default voidOpVisitorByType. visit(OpService opService)default voidOpVisitorByTypeAndExpr. visit(OpService opService)voidWalkerVisitorSkipService. visit(OpService op) -
Uses of OpService in org.apache.jena.sparql.engine.http
Methods in org.apache.jena.sparql.engine.http with parameters of type OpService Modifier and Type Method Description static QueryIteratorService. exec(OpService op, Context context)Executes a service operator -
Uses of OpService in org.apache.jena.sparql.engine.main.iterator
Constructors in org.apache.jena.sparql.engine.main.iterator with parameters of type OpService Constructor Description QueryIterService(QueryIterator input, OpService opService, ExecutionContext context) -
Uses of OpService in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpService Modifier and Type Method Description voidEvaluatorDispatch. visit(OpService opService) -
Uses of OpService in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type OpService Modifier and Type Method Description voidWriterOp.OpWriterWorker. visit(OpService opService)
-