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

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

public class ScopeRename
extends Object
implements Scope


Constructor Summary
ScopeRename(Scope oldScope)
           
 
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()
           
 void setAlias(com.hp.hpl.jena.sparql.core.Var var, SqlColumn col)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ScopeRename

public ScopeRename(Scope oldScope)
Method Detail

setAlias

public void setAlias(com.hp.hpl.jena.sparql.core.Var var,
                     SqlColumn col)

findScopeForVar

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

findScopes

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

isEmpty

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

getVars

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

hasColumnForVar

public boolean hasColumnForVar(com.hp.hpl.jena.sparql.core.Var var)
Specified by:
hasColumnForVar 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.