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

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

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

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

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

Methods in com.hp.hpl.jena.sparql.algebra.op that return OpTable
static OpTable OpTable.create(Table table)
           
static OpTable OpTable.empty()
           
static OpTable OpTable.unit()
           
 

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

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

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

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



Licenced under the Apache License, Version 2.0