public interface Scope
| Modifier and Type | Method and Description |
|---|---|
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() |
boolean isEmpty()
boolean hasColumnForVar(com.hp.hpl.jena.sparql.core.Var var)
Set<com.hp.hpl.jena.sparql.core.Var> getVars()
Set<ScopeEntry> findScopes()
ScopeEntry findScopeForVar(com.hp.hpl.jena.sparql.core.Var var)
Licenced under the Apache License, Version 2.0