JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.commons.path.trav.api
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)