|
||||||||||
| 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 Collection<Var> |
allVars(Op op)
|
static void |
allVars(Op op,
Set<Var> acc)
|
static Set<Var> |
patternVars(Op op)
|
static void |
patternVars(Op op,
Set<Var> acc)
|
static Collection<Var> |
vars(BasicPattern pattern)
|
static void |
vars(BasicPattern pattern,
Collection<Var> acc)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public OpVars()
| Method Detail |
|---|
public static Set<Var> patternVars(Op op)
public static void patternVars(Op op,
Set<Var> acc)
public static Collection<Var> allVars(Op op)
public static void allVars(Op op,
Set<Var> acc)
public static Collection<Var> vars(BasicPattern pattern)
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 | |||||||||