Interface PathResolver

All Known Implementing Classes:
PathResolverImpl

public interface PathResolver
Resolves paths of attributes to SPARQL relations, thereby allocating variable names
Author:
raven
  • 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

      Fragment2 getRelation()