Class PartitionedQueryN
java.lang.Object
org.aksw.jenax.sparql.relation.query.PartitionedQueryN
- All Implemented Interfaces:
HasElement,PartitionedQuery
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected List<org.apache.jena.sparql.core.Var>protected org.apache.jena.query.Query -
Constructor Summary
ConstructorsConstructorDescriptionPartitionedQueryN(org.apache.jena.query.Query query, List<org.apache.jena.sparql.core.Var> partitionVars) -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.aksw.jenax.sparql.fragment.api.HasElement
extractQuery, extractTable, holdsQuery, holdsTable, toOpMethods inherited from interface org.aksw.jenax.sparql.relation.query.PartitionedQuery
getElement, getTemplate
-
Field Details
-
query
protected org.apache.jena.query.Query query -
partitionVars
-
-
Constructor Details
-
PartitionedQueryN
public PartitionedQueryN(org.apache.jena.query.Query query, List<org.apache.jena.sparql.core.Var> partitionVars)
-
-
Method Details
-
getQuery
public org.apache.jena.query.Query getQuery()- Specified by:
getQueryin interfacePartitionedQuery
-
getPartitionVars
- Specified by:
getPartitionVarsin interfacePartitionedQuery
-
hashCode
public int hashCode() -
equals
-
toString
-