Class ObjectQueryFromQuery

java.lang.Object
org.aksw.jenax.analytics.core.ObjectQueryBase
org.aksw.jenax.analytics.core.ObjectQueryFromQuery
All Implemented Interfaces:
ObjectQuery

public class ObjectQueryFromQuery extends ObjectQueryBase
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected org.apache.jena.query.Query
     

    Fields inherited from class org.aksw.jenax.analytics.core.ObjectQueryBase

    idMapping
  • Constructor Summary

    Constructors
    Constructor
    Description
    ObjectQueryFromQuery(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 Type
    Method
    Description
    org.aksw.jenax.sparql.fragment.api.Fragment
    Relation is a uniform representation for something that is or can be evaluated to a set of Bindings.
    org.apache.jena.sparql.syntax.Template
    The template is the same as for SPARQL contstruct queries

    Methods inherited from class org.aksw.jenax.analytics.core.ObjectQueryBase

    getIdMapping

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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: ObjectQuery
      The template is the same as for SPARQL contstruct queries
      Returns:
      The template
    • getRelation

      public org.aksw.jenax.sparql.fragment.api.Fragment getRelation()
      Description copied from interface: ObjectQuery
      Relation is a uniform representation for something that is or can be evaluated to a set of Bindings. Concretely, a relation can be (SELECT) Query, Element or Table.
      Returns:
      The relation that acts as the source of bindings for this object query