|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.engine.main.VarFinder
public class VarFinder
Constructor Summary | |
---|---|
VarFinder(Op op)
|
Method Summary | |
---|---|
static Set<Var> |
filter(Op op)
|
static Set<Var> |
fixed(Op op)
|
Set<Var> |
getFilter()
|
Set<Var> |
getFixed()
|
Set<Var> |
getOpt()
|
static Set<Var> |
optDefined(Op op)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VarFinder(Op op)
Method Detail |
---|
public static Set<Var> optDefined(Op op)
public static Set<Var> fixed(Op op)
public static Set<Var> filter(Op op)
public Set<Var> getOpt()
public Set<Var> getFilter()
public Set<Var> getFixed()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |