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(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

VarUtils

public VarUtils()
Method Detail

getVars

public static Set<Var> getVars(Triple triple)

addVarsFromTriple

public static void addVarsFromTriple(Collection<Var> acc,
                                     Triple t)

addVarsFromTriplePath

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

addVar

public static void addVar(Collection<Var> acc,
                          Node n)

addVars

public static void addVars(Collection<Var> acc,
                           BasicPattern pattern)

addVars

public static void addVars(Collection<Var> acc,
                           Collection<Triple> triples)


Licenced under the Apache License, Version 2.0