|
||||||||||
| 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(Set<Var> acc,
com.hp.hpl.jena.graph.Node n)
|
static void |
addVarsFromTriple(Set<Var> acc,
com.hp.hpl.jena.graph.Triple t)
|
static void |
addVarsFromTriplePath(Set<Var> acc,
TriplePath tpath)
|
static Set<Var> |
getVars(com.hp.hpl.jena.graph.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(com.hp.hpl.jena.graph.Triple triple)
public static void addVarsFromTriple(Set<Var> acc,
com.hp.hpl.jena.graph.Triple t)
public static void addVarsFromTriplePath(Set<Var> acc,
TriplePath tpath)
public static void addVar(Set<Var> acc,
com.hp.hpl.jena.graph.Node n)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||