| Package | Description |
|---|---|
| org.aksw.sparqlify.config.lang | |
| org.aksw.sparqlify.core | |
| org.aksw.sparqlify.database | |
| org.aksw.sparqlify.validation |
| Modifier and Type | Method and Description |
|---|---|
static RdfView |
AntlrTest.create(String str) |
static RdfView |
AntlrTest.create(String str,
Map<String,String> defaultPrefixes) |
| Modifier and Type | Method and Description |
|---|---|
RdfView |
RdfView.copySubstitute(Map<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> map) |
static RdfView |
RdfView.create(String str)
Constructs a view definition
syntax: [From graph] { ?s ?p ?o .
|
static RdfView |
RdfView.create(String name,
com.hp.hpl.jena.sparql.core.QuadPattern quadPattern,
com.hp.hpl.jena.sparql.expr.ExprList filters,
List<com.hp.hpl.jena.sparql.expr.Expr> bindings,
List<Constraint> rawConstraints,
Relation relation)
Meh....
|
static RdfView |
RdfView.create(String name,
String str,
Map<String,String> defaultPrefixes) |
static RdfView |
RdfView.create(ViewDefinition definition) |
static RdfView |
RdfViewSystemOld.createViewInstance(RdfView view,
int id) |
RdfView |
RdfViewInstance.getInstance() |
RdfView |
RdfViewInstance.getParent() |
| Modifier and Type | Method and Description |
|---|---|
Collection<RdfView> |
RdfViewSystem.getViews() |
Collection<RdfView> |
RdfViewSystemOld.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
RdfViewSystem.addView(RdfView view) |
void |
RdfViewSystemOld.addView(RdfView view) |
static com.google.common.collect.BiMap<com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> |
RdfViewSystemOld.createVariableMappingInstance(RdfView view,
int id) |
static RdfView |
RdfViewSystemOld.createViewInstance(RdfView view,
int id) |
| Modifier and Type | Method and Description |
|---|---|
static Set<OpRdfUnionViewPattern> |
RdfViewSystemOld.getApplicableViews(Set<RdfView> views,
com.hp.hpl.jena.sparql.core.Quad quad,
com.hp.hpl.jena.sparql.expr.Expr filters,
com.hp.hpl.jena.sparql.engine.binding.Binding substitution)
Given a set of views, find those that might provide an answer to the given quad
|
static void |
RdfViewSystemOld.loadDatatypes(Connection conn,
Collection<RdfView> views) |
| Constructor and Description |
|---|
RdfViewInstance(com.hp.hpl.jena.sparql.core.Quad queryQuad,
com.hp.hpl.jena.sparql.core.Quad viewQuad,
int instanceId,
int subId,
RdfView parent,
TwoWayBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
Collection<RdfView> |
RdfViewSystem2.getViews() |
| Modifier and Type | Method and Description |
|---|---|
void |
RdfViewSystem2.addView(RdfView view) |
void |
RdfViewSystem2.deriveRestrictions(RdfView view)
Derive prefix constraints for variables based on
variable definitions:
concat('constant', var, rest) -> prefix = 'constant'
TODO: Actually we should not add these constraints to the view, but just return them
|
Map<com.hp.hpl.jena.sparql.core.Var,RdfTermType> |
RdfViewSystem2.deriveTypeConstraints(RdfView view) |
| Modifier and Type | Method and Description |
|---|---|
static void |
Validation.validateView(RdfView view,
org.slf4j.Logger logger)
Deprecated.
|
Copyright © 2014. All Rights Reserved.