Package org.aksw.jenax.analytics.core
Class ObjectQueryFromQuery
java.lang.Object
org.aksw.jenax.analytics.core.ObjectQueryBase
org.aksw.jenax.analytics.core.ObjectQueryFromQuery
- All Implemented Interfaces:
ObjectQuery
-
Field Summary
FieldsFields inherited from class org.aksw.jenax.analytics.core.ObjectQueryBase
idMapping -
Constructor Summary
ConstructorsConstructorDescriptionObjectQueryFromQuery(org.apache.jena.query.Query query) ObjectQueryFromQuery(org.apache.jena.query.Query query, Map<org.apache.jena.graph.Node, org.apache.jena.sparql.expr.ExprList> idMapping) -
Method Summary
Modifier and TypeMethodDescriptionRelation is a uniform representation for something that is or can be evaluated to a set ofBindings.org.apache.jena.sparql.syntax.TemplateThe template is the same as for SPARQL contstruct queriesMethods inherited from class org.aksw.jenax.analytics.core.ObjectQueryBase
getIdMapping
-
Field Details
-
query
protected org.apache.jena.query.Query query
-
-
Constructor Details
-
ObjectQueryFromQuery
public ObjectQueryFromQuery(org.apache.jena.query.Query query) -
ObjectQueryFromQuery
public ObjectQueryFromQuery(org.apache.jena.query.Query query, Map<org.apache.jena.graph.Node, org.apache.jena.sparql.expr.ExprList> idMapping)
-
-
Method Details
-
getTemplate
public org.apache.jena.sparql.syntax.Template getTemplate()Description copied from interface:ObjectQueryThe template is the same as for SPARQL contstruct queries- Returns:
- The template
-
getRelation
Description copied from interface:ObjectQueryRelation is a uniform representation for something that is or can be evaluated to a set ofBindings. Concretely, a relation can be (SELECT)Query,ElementorTable.- Returns:
- The relation that acts as the source of bindings for this object query
-