Package org.aksw.facete.v3.path.api
Interface PathResolverNode<T>
- All Superinterfaces:
TraversalNode<PathResolverNode<T>,PathResolverDirNode<T>, PathResolverMultiNode<T>>
public interface PathResolverNode<T>
extends TraversalNode<PathResolverNode<T>,PathResolverDirNode<T>,PathResolverMultiNode<T>>
A path resolver intended for traversing RDF predicates.
Note: This class differs from the PathResolver in the mapper-module:
- This class supports aliases and direction
- TODO Investigate whether the other PathResolver could be aligned with this one
- Author:
- raven
-
Method Summary
-
Method Details
-
getResult
T getResult()
-