Uses of Class
org.apache.jena.sparql.algebra.op.OpLabel
-
-
Uses of OpLabel in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpLabel Modifier and Type Method Description OpTransform. transform(OpLabel opLabel, Op subOp)OpTransformBase. transform(OpLabel opLabel, Op subOp)OpTransformCopy. transform(OpLabel opLabel, Op subOp)OpTransformWrapper. transform(OpLabel opLabel, Op subOp)voidOpAsQuery.Converter. visit(OpLabel opLabel)voidOpVisitor. visit(OpLabel opLabel)voidOpVisitorBase. visit(OpLabel opLabel)voidOpVisitorByType. visit(OpLabel opLabel) -
Uses of OpLabel in org.apache.jena.sparql.algebra.optimize
Methods in org.apache.jena.sparql.algebra.optimize with parameters of type OpLabel Modifier and Type Method Description OpTransformRemoveLabels. transform(OpLabel opLabel, Op subOp) -
Uses of OpLabel in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpLabel Modifier and Type Method Description default voidOpVisitorByType. visit(OpLabel opLabel)default voidOpVisitorByTypeAndExpr. visit(OpLabel opLabel) -
Uses of OpLabel in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpLabel Modifier and Type Method Description voidEvaluatorDispatch. visit(OpLabel opLabel) -
Uses of OpLabel in org.apache.jena.sparql.sse.writers
Methods in org.apache.jena.sparql.sse.writers with parameters of type OpLabel Modifier and Type Method Description voidWriterOp.OpWriterWorker. visit(OpLabel opLabel)
-