Uses of Class
com.hp.hpl.jena.sdb.core.ScopeEntry

Packages that use ScopeEntry
com.hp.hpl.jena.sdb.core   
 

Uses of ScopeEntry in com.hp.hpl.jena.sdb.core
 

Fields in com.hp.hpl.jena.sdb.core with type parameters of type ScopeEntry
static org.openjena.atlas.iterator.Filter<ScopeEntry> ScopeEntry.OptionalFilter
           
static org.openjena.atlas.iterator.Action<ScopeEntry> ScopeEntry.SetOpt
           
static org.openjena.atlas.iterator.Transform<ScopeEntry,com.hp.hpl.jena.sparql.core.Var> ScopeEntry.ToVar
           
 

Methods in com.hp.hpl.jena.sdb.core that return ScopeEntry
 ScopeEntry ScopeEntry.duplicate()
           
 ScopeEntry ScopeBase.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 ScopeEntry Scope.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 ScopeEntry ScopeNull.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 ScopeEntry ScopeOptional.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 ScopeEntry Scope2.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 ScopeEntry ScopeRename.findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
           
 

Methods in com.hp.hpl.jena.sdb.core that return types with arguments of type ScopeEntry
 Set<ScopeEntry> ScopeBase.findScopes()
           
 Set<ScopeEntry> Scope.findScopes()
           
 Set<ScopeEntry> ScopeNull.findScopes()
           
 Set<ScopeEntry> ScopeOptional.findScopes()
           
 Set<ScopeEntry> Scope2.findScopes()
           
 Set<ScopeEntry> ScopeRename.findScopes()
           
 



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