Package org.aksw.limes.core.io.query
Interface IQueryModule
-
- All Known Implementing Classes:
CsvQueryModule,FileQueryModule,NoPrefixSparqlQueryModule,ResilientSparqlQueryModule,SparqlQueryModule,VectorQueryModule
public interface IQueryModuleInterface for query modules- Version:
- Jul 12, 2016
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Mohamed Sherif (sherif@informatik.uni-leipzig.de)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfillCache(ACache cache)
-
-
-
Method Detail
-
fillCache
void fillCache(ACache cache)
- Parameters:
cache- Cache object to be filled
-
-