|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.hp.hpl.jena.sparql.util.VarUtils
public class VarUtils
Constructor Summary | |
---|---|
VarUtils()
|
Method Summary | |
---|---|
static void |
addVar(Collection<Var> acc,
Node n)
|
static void |
addVars(Collection<Var> acc,
BasicPattern pattern)
|
static void |
addVars(Collection<Var> acc,
Collection<Triple> triples)
|
static void |
addVarsFromTriple(Collection<Var> acc,
Triple t)
|
static void |
addVarsFromTriplePath(Collection<Var> acc,
TriplePath tpath)
|
static Set<Var> |
getVars(Triple triple)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VarUtils()
Method Detail |
---|
public static Set<Var> getVars(Triple triple)
public static void addVarsFromTriple(Collection<Var> acc, Triple t)
public static void addVarsFromTriplePath(Collection<Var> acc, TriplePath tpath)
public static void addVar(Collection<Var> acc, Node n)
public static void addVars(Collection<Var> acc, BasicPattern pattern)
public static void addVars(Collection<Var> acc, Collection<Triple> triples)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |