Uses of Class
org.apache.jena.sparql.algebra.op.OpDisjunction
Packages that use OpDisjunction
Package
Description
-
Uses of OpDisjunction in org.apache.jena.sparql.algebra
Methods in org.apache.jena.sparql.algebra with parameters of type OpDisjunctionModifier and TypeMethodDescriptionTransform.transform
(OpDisjunction opDisjunction, List<Op> elts) TransformCopy.transform
(OpDisjunction opDisjunction, List<Op> elts) TransformSingle.transform
(OpDisjunction opDisjunction, List<Op> elts) TransformWrapper.transform
(OpDisjunction opDisjunction, List<Op> elts) void
OpAsQuery.Converter.visit
(OpDisjunction opDisjunction) void
OpVisitor.visit
(OpDisjunction opDisjunction) void
OpVisitorBase.visit
(OpDisjunction opDisjunction) void
OpVisitorByType.visit
(OpDisjunction opDisjunction) -
Uses of OpDisjunction in org.apache.jena.sparql.algebra.op
Methods in org.apache.jena.sparql.algebra.op that return OpDisjunction -
Uses of OpDisjunction in org.apache.jena.sparql.algebra.walker
Methods in org.apache.jena.sparql.algebra.walker with parameters of type OpDisjunctionModifier and TypeMethodDescriptiondefault void
OpVisitorByType.visit
(OpDisjunction opDisjunction) default void
OpVisitorByTypeAndExpr.visit
(OpDisjunction opDisjunction) -
Uses of OpDisjunction in org.apache.jena.sparql.engine.ref
Methods in org.apache.jena.sparql.engine.ref with parameters of type OpDisjunction