| Constructor and Description |
|---|
SparqlView(String name,
com.hp.hpl.jena.sparql.core.QuadPattern template,
com.hp.hpl.jena.sparql.expr.ExprList constraints,
VarDefinition varDefinition,
com.hp.hpl.jena.sparql.algebra.Op op) |
| Modifier and Type | Method and Description |
|---|---|
SparqlView |
copyRenameVars(Map<com.hp.hpl.jena.sparql.core.Var,com.hp.hpl.jena.sparql.core.Var> oldToNew) |
SparqlView |
copySubstitute(Map<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> renamer)
Deprecated.
|
static SparqlView |
create(String str)
Constructs a view definition
syntax: [From graph] { ?s ?p ?o .
|
static SparqlView |
create(String name,
com.hp.hpl.jena.sparql.core.QuadPattern quadPattern,
com.hp.hpl.jena.sparql.syntax.Element element) |
static SparqlView |
create(String name,
com.hp.hpl.jena.sparql.core.QuadPattern template,
com.hp.hpl.jena.sparql.expr.ExprList filters,
List<com.hp.hpl.jena.sparql.expr.Expr> bindings,
List<Constraint> rawConstraints,
com.hp.hpl.jena.sparql.algebra.Op op)
Meh....
|
static SparqlView |
create(String name,
com.hp.hpl.jena.sparql.core.QuadPattern quadPattern,
com.hp.hpl.jena.sparql.algebra.Op op) |
static SparqlView |
create(String name,
com.hp.hpl.jena.query.Query query) |
static SparqlView |
create(String name,
String viewDefStr) |
static SparqlView |
create(String name,
String str,
Map<String,String> defaultPrefixes) |
boolean |
equals(Object obj) |
Map<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.sparql.expr.Expr> |
getBinding()
Deprecated.
|
com.hp.hpl.jena.sparql.expr.ExprList |
getConstraints() |
String |
getName() |
com.hp.hpl.jena.sparql.algebra.Op |
getOp() |
com.hp.hpl.jena.sparql.core.QuadPattern |
getQuadPattern()
Deprecated.
|
RestrictionManagerImpl |
getRestrictions() |
com.hp.hpl.jena.sparql.core.QuadPattern |
getTemplate() |
VarDefinition |
getVarDefinition() |
RestrictionManagerImpl |
getVarRestrictions() |
Set<com.hp.hpl.jena.sparql.core.Var> |
getVarsMentioned() |
int |
hashCode() |
void |
setRestrictions(RestrictionManagerImpl restrictions) |
String |
toString() |
public SparqlView(String name, com.hp.hpl.jena.sparql.core.QuadPattern template, com.hp.hpl.jena.sparql.expr.ExprList constraints, VarDefinition varDefinition, com.hp.hpl.jena.sparql.algebra.Op op)
public RestrictionManagerImpl getRestrictions()
public void setRestrictions(RestrictionManagerImpl restrictions)
public Set<com.hp.hpl.jena.sparql.core.Var> getVarsMentioned()
public static SparqlView create(String str)
pattern - public static SparqlView create(String name, String viewDefStr)
public static SparqlView create(String name, com.hp.hpl.jena.sparql.core.QuadPattern quadPattern, com.hp.hpl.jena.sparql.syntax.Element element)
public static SparqlView create(String name, com.hp.hpl.jena.sparql.core.QuadPattern quadPattern, com.hp.hpl.jena.sparql.algebra.Op op)
public static SparqlView create(String name, com.hp.hpl.jena.query.Query query)
public static SparqlView create(String name, com.hp.hpl.jena.sparql.core.QuadPattern template, com.hp.hpl.jena.sparql.expr.ExprList filters, List<com.hp.hpl.jena.sparql.expr.Expr> bindings, List<Constraint> rawConstraints, com.hp.hpl.jena.sparql.algebra.Op op)
template - filters - bindings - relation - @Deprecated public com.hp.hpl.jena.sparql.core.QuadPattern getQuadPattern()
@Deprecated public Map<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.sparql.expr.Expr> getBinding()
public com.hp.hpl.jena.sparql.algebra.Op getOp()
public com.hp.hpl.jena.sparql.expr.ExprList getConstraints()
public com.hp.hpl.jena.sparql.core.QuadPattern getTemplate()
getTemplate in interface IViewDefpublic RestrictionManagerImpl getVarRestrictions()
getVarRestrictions in interface IViewDefpublic VarDefinition getVarDefinition()
getVarDefinition in interface IViewDef@Deprecated public SparqlView copySubstitute(Map<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> renamer)
public SparqlView copyRenameVars(Map<com.hp.hpl.jena.sparql.core.Var,com.hp.hpl.jena.sparql.core.Var> oldToNew)
copyRenameVars in interface IViewDefCopyright © 2014. All Rights Reserved.