Package org.apache.jena.rdfs.engine
Interface Match<X,T>
-
- All Known Implementing Classes:
InfFindQuad
,InfFindTriple
,MatchRDFS
,MatchVocabRDFS
public interface Match<X,T>
Match by S/P/O.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.util.stream.Stream<T>
match(X s, X p, X o)
-