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 Graphlet<V,
E>
Type Parameters:
V
-
E
-
All Known Implementing Classes:
GraphletGraph
public interface
Graphlet<V,
E>
A set of Triplet<V, E>
Author:
raven
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
Iterator
<org.aksw.commons.util.triplet.Triplet<
V
,
E
>>
find
(
V
s,
E
e,
V
o)
Method Details
find
Iterator
<org.aksw.commons.util.triplet.Triplet<
V
,
E
>>
find
(
V
s,
E
e,
V
o)