Uses of Class
com.hp.hpl.jena.sparql.algebra.op.OpService

Packages that use OpService
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.engine.http   
com.hp.hpl.jena.sparql.engine.main.iterator   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.sse.writers   
 

Uses of OpService in com.hp.hpl.jena.sparql.algebra
 

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type OpService
 Op TransformBase.transform(OpService opService, Op subOp)
           
 Op TransformWrapper.transform(OpService opService, Op subOp)
           
 Op TransformCopy.transform(OpService opService, Op subOp)
           
 Op Transform.transform(OpService opService, Op subOp)
           
 void OpVisitor.visit(OpService opService)
           
 void OpAsQuery.Converter.visit(OpService opService)
           
 void OpVisitorBase.visit(OpService opService)
           
 void OpVisitorByType.visit(OpService opService)
           
 

Uses of OpService in com.hp.hpl.jena.sparql.engine.http
 

Methods in com.hp.hpl.jena.sparql.engine.http with parameters of type OpService
static QueryIterator Service.exec(OpService op, Context context)
           
 

Uses of OpService in com.hp.hpl.jena.sparql.engine.main.iterator
 

Constructors in com.hp.hpl.jena.sparql.engine.main.iterator with parameters of type OpService
QueryIterService(QueryIterator input, OpService opService, ExecutionContext context)
           
 

Uses of OpService in com.hp.hpl.jena.sparql.engine.ref
 

Methods in com.hp.hpl.jena.sparql.engine.ref with parameters of type OpService
 void EvaluatorDispatch.visit(OpService opService)
           
 

Uses of OpService in com.hp.hpl.jena.sparql.sse.writers
 

Methods in com.hp.hpl.jena.sparql.sse.writers with parameters of type OpService
 void WriterOp.OpWriterWorker.visit(OpService opService)
           
 



Licenced under the Apache License, Version 2.0