Uses of Class
org.aksw.jenax.arq.util.dataset.DatasetGraphWrapperFindBase
Packages that use DatasetGraphWrapperFindBase
Package
Description
-
Uses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.dataset.cache
Subclasses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.dataset.cacheModifier and TypeClassDescriptionclassA wrapper that caches the result offind(Node, Node, Node, Node)calls for a configurable set ofCachePatterns. -
Uses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.util.dataset
Subclasses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.util.datasetModifier and TypeClassDescriptionclassA dataset wrapper that redirects find requests on the default graph to the union graph.classA DatasetGraph wrapper where any find() request transforms the targeted graphs using the provided lambda. -
Uses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.util.tuple.adapter
Subclasses of DatasetGraphWrapperFindBase in org.aksw.jenax.arq.util.tuple.adapterModifier and TypeClassDescriptionclassA Dataset wrapper that delegates all find-related (including contains) invocations to a tuple finder.