Uses of Interface
org.aksw.jenax.facete.treequery2.api.QueryContext
Packages that use QueryContext
-
Uses of QueryContext in org.aksw.jenax.facete.treequery2.api
Methods in org.aksw.jenax.facete.treequery2.api that return QueryContextModifier and TypeMethodDescriptionRelationQuery.getContext()The context of this query which for example holds the PropertyResolver for mapping properties to graph patterns.Methods in org.aksw.jenax.facete.treequery2.api with parameters of type QueryContextModifier and TypeMethodDescriptionstatic RelationQueryRelationQuery.of(Supplier<Fragment> relation, QueryContext queryContext) -
Uses of QueryContext in org.aksw.jenax.facete.treequery2.impl
Classes in org.aksw.jenax.facete.treequery2.impl that implement QueryContextFields in org.aksw.jenax.facete.treequery2.impl declared as QueryContextMethods in org.aksw.jenax.facete.treequery2.impl that return QueryContextConstructors in org.aksw.jenax.facete.treequery2.impl with parameters of type QueryContextModifierConstructorDescriptionRelationQueryImpl(String scopeBaseName, NodeQuery parent, Supplier<Fragment> relationSupplier, org.aksw.jenax.path.core.FacetStep reachingStep, QueryContext queryContext, Map<org.apache.jena.sparql.core.Var, org.apache.jena.graph.Node> varToComponent) Fields: for each row of this relation, a field may join in additional information.