Interface PathTrait<T>
- Type Parameters:
T-
- All Known Subinterfaces:
PathTraitNode<T>,PathTraitString<T>
- All Known Implementing Classes:
NodePath
public interface PathTrait<T>
Trait for navigation along paths based on RDF predicates.
Implementations should not use this interface directly; instead use
PathTraitNode and PathTraitString for Node and String backed versions.- Author:
- Claus Stadler, Oct 8, 2018
-
Method Summary
-
Method Details
-
fwd
-
fwd
-
fwd
-
bwd
-
bwd
-
bwd
-
step
-
step
-
step
-