|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.hp.hpl.jena.sparql.algebra.OpVars
public class OpVars
Get vars for a pattern
| Constructor Summary | |
|---|---|
OpVars()
|
|
| Method Summary | |
|---|---|
static Set<Var> |
fixedVars(Op op)
The set of variables that wil be in every solution of this Op |
static void |
fixedVars(Op op,
Set<Var> acc)
|
static Collection<Var> |
mentionedVars(Op op)
|
static void |
mentionedVars(Op op,
Set<Var> acc)
|
static Tuple<Set<Var>> |
mentionedVarsByPosition(Op... ops)
|
static Tuple<Set<Var>> |
mentionedVarsByPosition(Op op)
|
static Set<Var> |
patternVars(Op op)
Deprecated. use visibleVars(com.hp.hpl.jena.sparql.algebra.Op) |
static Collection<Var> |
vars(BasicPattern pattern)
Deprecated. Use VarUtils.addVars |
static void |
vars(BasicPattern pattern,
Collection<Var> acc)
Deprecated. Use VarUtils.addVars |
static Set<Var> |
visibleVars(Op op)
|
static void |
visibleVars(Op op,
Set<Var> acc)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpVars()
| Method Detail |
|---|
@Deprecated public static Set<Var> patternVars(Op op)
public static Set<Var> visibleVars(Op op)
public static void visibleVars(Op op,
Set<Var> acc)
public static Set<Var> fixedVars(Op op)
public static void fixedVars(Op op,
Set<Var> acc)
public static Tuple<Set<Var>> mentionedVarsByPosition(Op op)
public static Tuple<Set<Var>> mentionedVarsByPosition(Op... ops)
public static Collection<Var> mentionedVars(Op op)
public static void mentionedVars(Op op,
Set<Var> acc)
@Deprecated public static Collection<Var> vars(BasicPattern pattern)
@Deprecated
public static void vars(BasicPattern pattern,
Collection<Var> acc)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||