| Package | Description |
|---|---|
| org.aksw.sparqlify.core | |
| org.aksw.sparqlify.sparqlview | |
| sparql |
| Modifier and Type | Method and Description |
|---|---|
TwoWayBinding |
RdfViewInstance.getBinding() |
TwoWayBinding |
RdfViewConjunction.getCompleteBinding()
Deprecated.
|
| Constructor and Description |
|---|
RdfViewConjunction(List<RdfViewInstance> viewBindings,
TwoWayBinding completeBinding)
Deprecated.
|
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 | Field and Description |
|---|---|
protected TwoWayBinding |
ViewInstanceOld.binding |
| Modifier and Type | Method and Description |
|---|---|
TwoWayBinding |
SparqlViewInstance.getBinding() |
TwoWayBinding |
ViewInstanceOld.getBinding() |
TwoWayBinding |
SparqlViewConjunction.getCompleteBinding()
Deprecated.
|
| Constructor and Description |
|---|
SparqlViewConjunction(List<SparqlViewInstance> viewBindings,
RestrictionManagerImpl restrictions,
TwoWayBinding completeBinding)
Deprecated.
|
SparqlViewInstance(com.hp.hpl.jena.sparql.core.Quad queryQuad,
com.hp.hpl.jena.sparql.core.Quad viewQuad,
int instanceId,
int subId,
SparqlView parent,
TwoWayBinding binding) |
ViewInstanceOld(com.hp.hpl.jena.sparql.core.Quad queryQuad,
com.hp.hpl.jena.sparql.core.Quad viewQuad,
int instanceId,
int subId,
TwoWayBinding binding) |
| Modifier and Type | Method and Description |
|---|---|
TwoWayBinding |
TwoWayBinding.copySubstitute(Map<? extends com.hp.hpl.jena.graph.Node,com.hp.hpl.jena.graph.Node> map)
Copies the map.
|
static TwoWayBinding |
TwoWayBinding.getVarMappingTwoWay(com.hp.hpl.jena.sparql.core.Quad a,
com.hp.hpl.jena.sparql.core.Quad b) |
| Modifier and Type | Method and Description |
|---|---|
void |
TwoWayBinding.addAll(TwoWayBinding other) |
boolean |
TwoWayBinding.isCompatible(TwoWayBinding other) |
Copyright © 2014. All rights reserved.