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

Packages that use OpList
com.hp.hpl.jena.sparql.algebra   
com.hp.hpl.jena.sparql.engine.ref   
com.hp.hpl.jena.sparql.sse.writers   
 

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

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

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

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

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

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



Licenced under the Apache License, Version 2.0