Uses of Class
org.apache.jena.sparql.algebra.op.OpTable
-
-
Uses of OpTable in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpTable Modifier and Type Method Description OpTransform. transform(OpTable opUnit)OpTransformBase. transform(OpTable opTable)OpTransformCopy. transform(OpTable opTable)OpTransformWrapper. transform(OpTable opTable)voidOpAsQuery.Converter. visit(OpTable opTable)voidOpVisitor. visit(OpTable opTable)voidOpVisitorBase. visit(OpTable opTable)voidOpVisitorByType. visit(OpTable opUnit) -
Uses of OpTable in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return OpTable Modifier and Type Method Description static OpTableOpTable. create(Table table)static OpTableOpTable. empty()static OpTableOpTable. unit() -
Uses of OpTable in org.apache.jena.sparql.algebra.optimize
Methods in org.apache.jena.sparql.algebra.optimize with parameters of type OpTable Modifier and Type Method Description voidVariableUsageVisitor. visit(OpTable opTable) -
Uses of OpTable in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpTable Modifier and Type Method Description default voidOpVisitorByType. visit(OpTable opUnit)default voidOpVisitorByTypeAndExpr. visit(OpTable opUnit) -
Uses of OpTable in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpTable Modifier and Type Method Description voidEvaluatorDispatch. visit(OpTable opTable) -
Uses of OpTable in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type OpTable Modifier and Type Method Description voidWriterOp.OpWriterWorker. visit(OpTable opTable)
-