Uses of Interface
org.aksw.jenax.facete.treequery2.api.FacetPathMapping
Packages that use FacetPathMapping
Package
Description
-
Uses of FacetPathMapping in org.aksw.facete.v4.impl
Fields in org.aksw.facete.v4.impl declared as FacetPathMappingModifier and TypeFieldDescriptionprotected FacetPathMappingElementGenerator.pathMappingprotected FacetPathMappingElementGeneratorWorker.pathMappingMethods in org.aksw.facete.v4.impl that return FacetPathMappingModifier and TypeMethodDescriptionElementGenerator.getPathMapping()ElementGeneratorWorker.getPathMapping()Constructors in org.aksw.facete.v4.impl with parameters of type FacetPathMappingModifierConstructorDescriptionElementGenerator(FacetPathMapping pathMapping, com.google.common.collect.SetMultimap<ScopedFacetPath, org.apache.jena.sparql.expr.Expr> constraintIndex, ScopedFacetPath focusPath) ElementGeneratorWorker(TreeData<ScopedFacetPath> facetTree, com.google.common.collect.SetMultimap<ScopedFacetPath, org.apache.jena.sparql.expr.Expr> constraintIndex, FacetPathMapping pathMapping, PropertyResolver propertyResolver) ElementGeneratorWorker(FacetPathMapping pathMapping, PropertyResolver propertyResolver) -
Uses of FacetPathMapping in org.aksw.jenax.facete.treequery2.api
Methods in org.aksw.jenax.facete.treequery2.api that return FacetPathMappingModifier and TypeMethodDescriptionQueryContext.getPathMapping()Mapping of facet paths to unique variable names.Methods in org.aksw.jenax.facete.treequery2.api with parameters of type FacetPathMappingModifier and TypeMethodDescriptionScopedFacetPath.toScopedVar(FacetPathMapping facetPathMapping) Return a new ScopedFacetPath with the path transformed by the given function.static ScopedVarScopedFacetPath.toScopedVar(ScopedFacetPath scopedFacetPath, FacetPathMapping facetPathMapping) ScopedFacetPathOld.toScopedVar(FacetPathMapping facetPathMapping) static ScopedVarScopedFacetPathOld.toScopedVar(ScopedFacetPathOld scopedFacetPath, FacetPathMapping facetPathMapping) -
Uses of FacetPathMapping in org.aksw.jenax.facete.treequery2.impl
Classes in org.aksw.jenax.facete.treequery2.impl that implement FacetPathMappingFields in org.aksw.jenax.facete.treequery2.impl declared as FacetPathMappingMethods in org.aksw.jenax.facete.treequery2.impl that return FacetPathMappingMethods in org.aksw.jenax.facete.treequery2.impl with parameters of type FacetPathMappingModifier and TypeMethodDescriptionprotected FragmentElementGeneratorLateral.resolveRelation(MappedFragment<org.apache.jena.graph.Node> mappedRelation, FacetPathMapping pathMapping, TreeData<ScopedFacetPath> treeData) Given a mappedRelation add the referenced paths to the treeDatastatic Function<ConstraintNode<NodeQuery>,org.apache.jena.sparql.core.Var> ElementGeneratorLateral.resolveScopeName(FacetPathMapping facetPathMapping) Traversing along the empty path from a relationQuery's variable returns that variable again.static ScopedVarFacetPathMappingImpl.resolveVar(FacetPathMapping facetPathMapping, String baseScopeName, org.apache.jena.sparql.core.Var rootVar, org.aksw.jenax.path.core.FacetPath facetPath) static ScopedVarFacetPathMappingImpl.resolveVar(FacetPathMapping facetPathMapping, VarScope scope, org.aksw.jenax.path.core.FacetPath facetPath) static ScopedVarFacetPathMappingImpl.resolveVar(FacetPathMapping facetPathMapping, ScopedFacetPath sfp)