Interface FacetPathMapping

All Known Implementing Classes:
FacetPathContext

@Deprecated public interface FacetPathMapping
Deprecated.
Superseded by org.aksw.jenax.facete.treequery2.impl.FacetPathMapping in the refactored API

A mapping of FacetPaths to variables. The mapping must be injective so no distinct paths may map to the same variable. Formally, injective means that if f(x) = f(y) then it follows that x = y. The purpose of this class is to map paths consistently to variables.

  • Method Summary

    Modifier and Type
    Method
    Description
    org.apache.jena.sparql.core.Var
    allocate(FacetPath facetPath)
    Deprecated.
     
  • Method Details

    • allocate

      org.apache.jena.sparql.core.Var allocate(FacetPath facetPath)
      Deprecated.