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

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

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

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

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

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

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

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



Licenced under the Apache License, Version 2.0