com.hp.hpl.jena.sdb.core
Class Scope2

java.lang.Object
  extended by com.hp.hpl.jena.sdb.core.Scope2
All Implemented Interfaces:
Scope

public class Scope2
extends Object
implements Scope


Constructor Summary
Scope2(Scope left, Scope right)
           
 
Method Summary
 ScopeEntry findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 Set<ScopeEntry> findScopes()
           
 Set<com.hp.hpl.jena.sparql.core.Var> getVars()
           
 boolean hasColumnForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 boolean isEmpty()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Scope2

public Scope2(Scope left,
              Scope right)
Method Detail

hasColumnForVar

public boolean hasColumnForVar(com.hp.hpl.jena.sparql.core.Var var)
Specified by:
hasColumnForVar in interface Scope

getVars

public Set<com.hp.hpl.jena.sparql.core.Var> getVars()
Specified by:
getVars in interface Scope

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Scope

findScopes

public Set<ScopeEntry> findScopes()
Specified by:
findScopes in interface Scope

findScopeForVar

public ScopeEntry findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
Specified by:
findScopeForVar in interface Scope

toString

public String toString()
Overrides:
toString in class Object


Copyright ? 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Epimorphics Ltd.