JavaScript is disabled on your browser.
Skip navigation links
Overview
Class
Use
Tree
Index
Search
Help
org.aksw.commons.path.trav.api
TravProvider
Contents
Description
Method Summary
Method Details
root()
traverse(Trav, S)
traverse(Trav, Path)
Hide sidebar
Show sidebar
Interface TravProvider<
S
,
V
>
public interface
TravProvider<S,
V>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Trav
<
S
,
V
>
root
()
Trav
<
S
,
V
>
traverse
(
Trav
<
S
,
V
> from,
Path
<
S
> path)
Trav
<
S
,
V
>
traverse
(
Trav
<
S
,
V
> from,
S
segment)
Method Details
root
Trav
<
S
,
V
>
root
()
traverse
Trav
<
S
,
V
>
traverse
(
Trav
<
S
,
V
> from,
S
segment)
traverse
Trav
<
S
,
V
>
traverse
(
Trav
<
S
,
V
> from,
Path
<
S
> path)