JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.aksw.jena_sparql_api.sparql_path2
Interface Nfa<V,
E>
All Known Implementing Classes:
NfaImpl
public interface
Nfa<V,
E>
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Set
<
V
>
getEndStates
()
org.jgrapht.Graph<
V
,
E
>
getGraph
()
Set
<
V
>
getStartStates
()
Method Details
getGraph
org.jgrapht.Graph<
V
,
E
>
getGraph
()
getStartStates
Set
<
V
>
getStartStates
()
getEndStates
Set
<
V
>
getEndStates
()