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

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

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

Methods in com.hp.hpl.jena.sparql.algebra with parameters of type OpBGP
static Op PropertyFunctionGenerator.buildPropertyFunctions(OpBGP opBGP, Context context)
           
 Op TransformUnionQuery.transform(OpBGP opBGP)
           
 Op TransformBase.transform(OpBGP opBGP)
           
 Op TransformWrapper.transform(OpBGP opBGP)
           
 Op TransformCopy.transform(OpBGP opBGP)
           
 Op Transform.transform(OpBGP opBGP)
           
 void OpVisitor.visit(OpBGP opBGP)
           
 void OpAsQuery.Converter.visit(OpBGP opBGP)
           
 void OpVisitorBase.visit(OpBGP opBGP)
           
 void OpVisitorByType.visit(OpBGP opBGP)
           
 

Uses of OpBGP in com.hp.hpl.jena.sparql.algebra.op
 

Methods in com.hp.hpl.jena.sparql.algebra.op that return OpBGP
 OpBGP OpTriple.asBGP()
           
 

Methods in com.hp.hpl.jena.sparql.algebra.op with parameters of type OpBGP
 boolean OpTriple.equivalent(OpBGP opBGP)
           
 

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

Methods in com.hp.hpl.jena.sparql.algebra.optimize with parameters of type OpBGP
 Op TransformPropertyFunction.transform(OpBGP opBGP)
           
 Op TransformPattern2Join.transform(OpBGP opBGP)
           
 

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

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

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

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



Licenced under the Apache License, Version 2.0