Interface PathResolver

All Known Implementing Classes:
PathResolverImpl

public interface PathResolver
Resolves paths of attributes to SPARQL relations, thereby allocating variable names
Author:
raven
  • Method Summary

    Modifier and Type
    Method
    Description
    The property name leading to this path resolver - null for the root path
    org.aksw.jenax.sparql.fragment.api.Fragment2
     
    resolve(String propertyName)
     
  • Method Details

    • getParent

      PathResolver getParent()
      The property name leading to this path resolver - null for the root path
      Returns:
    • resolve

      PathResolver resolve(String propertyName)
    • getRelation

      org.aksw.jenax.sparql.fragment.api.Fragment2 getRelation()