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 TypeMethodDescriptionThe property name leading to this path resolver - null for the root path
-
Method Details
-
getParent
PathResolver getParent()The property name leading to this path resolver - null for the root path- Returns:
-
resolve
-
getRelation
Fragment2 getRelation()
-