Class PathSearchBase<P>
java.lang.Object
org.aksw.jena_sparql_api.sparql_path.api.PathSearchBase<P>
- All Implemented Interfaces:
PathSearch<P>
- Direct Known Subclasses:
PathSearchSparqlBase
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionsetMaxInternalResultsHint(Long maxResults) Hint to the backing path finding algorithm about how many candidate paths to generate.setMaxLength(Long maxLength) transformInternal(Function<io.reactivex.rxjava3.core.Flowable<P>, io.reactivex.rxjava3.core.Flowable<P>> f) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.aksw.jena_sparql_api.sparql_path.api.PathSearch
exec, filter, setMaxInternalResultsHint, setMaxPathLength, shuffle
-
Field Details
-
maxResults
-
maxLength
-
filter
-
-
Constructor Details
-
PathSearchBase
public PathSearchBase()
-
-
Method Details
-
transformInternal
public PathSearch<P> transformInternal(Function<io.reactivex.rxjava3.core.Flowable<P>, io.reactivex.rxjava3.core.Flowable<P>> f) - Specified by:
transformInternalin interfacePathSearch<P>
-
setMaxLength
- Specified by:
setMaxLengthin interfacePathSearch<P>
-
setMaxInternalResultsHint
Description copied from interface:PathSearchHint to the backing path finding algorithm about how many candidate paths to generate. The hint may be ignored.- Specified by:
setMaxInternalResultsHintin interfacePathSearch<P>- Returns:
-
getMaxLength
- Specified by:
getMaxLengthin interfacePathSearch<P>
-
getMaxInternalResultsHint
- Specified by:
getMaxInternalResultsHintin interfacePathSearch<P>
-