com.hp.hpl.jena.sparql.util
Class VarUtils

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.VarUtils

public class VarUtils
extends Object


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

VarUtils

public VarUtils()
Method Detail

getVars

public static Set<Var> getVars(com.hp.hpl.jena.graph.Triple triple)

addVarsFromTriple

public static void addVarsFromTriple(Set<Var> acc,
                                     com.hp.hpl.jena.graph.Triple t)

addVarsFromTriplePath

public static void addVarsFromTriplePath(Set<Var> acc,
                                         TriplePath tpath)

addVar

public static void addVar(Set<Var> acc,
                          com.hp.hpl.jena.graph.Node n)


Licenced under the Apache License, Version 2.0