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 Object


Constructor Summary
VarFinder(Op op)
           
 
Method Summary
static Set<Var> filter(Op op)
           
static Set<Var> fixed(Op op)
           
 Set<Var> getFilter()
           
 Set<Var> getFixed()
           
 Set<Var> getOpt()
           
static 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 Set<Var> optDefined(Op op)

fixed

public static Set<Var> fixed(Op op)

filter

public static Set<Var> filter(Op op)

getOpt

public Set<Var> getOpt()

getFilter

public Set<Var> getFilter()

getFixed

public Set<Var> getFixed()


Licenced under the Apache License, Version 2.0