Interface FacetPathMapping

All Known Implementing Classes:
FacetPathMappingImpl

public interface FacetPathMapping
A mapping of FacetPaths to strings, typically hashes. The returned strings should be valid SPARQL variable names. The mapping must be injective so no distinct paths may map to the same variable. Formally, injective means that if f(x) equals f(y) then it follows that x equals y.
  • Method Summary

    Modifier and Type
    Method
    Description
    allocate(org.aksw.jenax.path.core.FacetPath facetPath)
     
  • Method Details

    • allocate

      String allocate(org.aksw.jenax.path.core.FacetPath facetPath)