Class ConceptPathFinderFactorySummaryBase<T extends ConceptPathFinderFactorySummaryBase<T>>

java.lang.Object
org.aksw.jena_sparql_api.sparql_path.api.ConceptPathFinderFactorySummaryBase<T>
All Implemented Interfaces:
ConceptPathFinderFactory<T>
Direct Known Subclasses:
ConceptPathFinderSystem3.ConceptPathFinderFactoryBidirectional, ConceptPathFinderSystemBasic.ConceptPathFinderFactoryBidirectional, ConceptPathFinderSystemBidirectional.ConceptPathFinderFactoryBidirectional, ConceptPathFinderSystemBidirectional2.ConceptPathFinderFactoryBidirectional

public abstract class ConceptPathFinderFactorySummaryBase<T extends ConceptPathFinderFactorySummaryBase<T>> extends Object implements ConceptPathFinderFactory<T>
Abstract base class for concept path finders that use an data summary graph (typically in-memory) and a sparql connection to the actual data.
Author:
Claus Stadler, Nov 11, 2018