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

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

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

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

Uses of OpLabel in com.hp.hpl.jena.sparql.algebra.optimize
 

Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type OpLabel
 Op TransformRemoveLabels.transform(OpLabel opLabel, Op subOp)
           
 

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

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

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

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



Licenced under the Apache License, Version 2.0