com.hp.hpl.jena.sparql.engine.main
Class VarFinder

java.lang.Object
  extended by com.hp.hpl.jena.sparql.engine.main.VarFinder

public class VarFinder
extends java.lang.Object


Constructor Summary
VarFinder(Op op)
           
 
Method Summary
static java.util.Set<Var> filter(Op op)
           
static java.util.Set<Var> fixed(Op op)
           
 java.util.Set<Var> getFilter()
           
 java.util.Set<Var> getFixed()
           
 java.util.Set<Var> getOpt()
           
static java.util.Set<Var> optDefined(Op op)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VarFinder

public VarFinder(Op op)
Method Detail

optDefined

public static java.util.Set<Var> optDefined(Op op)

fixed

public static java.util.Set<Var> fixed(Op op)

filter

public static java.util.Set<Var> filter(Op op)

getOpt

public java.util.Set<Var> getOpt()

getFilter

public java.util.Set<Var> getFilter()

getFixed

public java.util.Set<Var> getFixed()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.