Package org.apache.jena.sparql.algebra
Class OpVars
- java.lang.Object
-
- org.apache.jena.sparql.algebra.OpVars
-
public class OpVars extends java.lang.ObjectGet vars for a pattern
-
-
Constructor Summary
Constructors Constructor Description OpVars()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.Set<Var>fixedVars(Op op)The set of variables that will be in every solution of this Opstatic voidfixedVars(Op op, java.util.Set<Var> acc)static java.util.Collection<Var>mentionedVars(Op op)static voidmentionedVars(Op op, java.util.Set<Var> acc)static org.apache.jena.atlas.lib.tuple.Tuple<java.util.Set<Var>>mentionedVarsByPosition(Op op)static org.apache.jena.atlas.lib.tuple.Tuple<java.util.Set<Var>>mentionedVarsByPosition(Op... ops)static java.util.Set<Var>visibleVars(Op op)static voidvisibleVars(Op op, java.util.Set<Var> acc)
-
-
-
Method Detail
-
fixedVars
public static java.util.Set<Var> fixedVars(Op op)
The set of variables that will be in every solution of this Op
-
mentionedVarsByPosition
public static org.apache.jena.atlas.lib.tuple.Tuple<java.util.Set<Var>> mentionedVarsByPosition(Op op)
-
mentionedVarsByPosition
public static org.apache.jena.atlas.lib.tuple.Tuple<java.util.Set<Var>> mentionedVarsByPosition(Op... ops)
-
-