Package org.aksw.limes.core.io.query
Class FileQueryModule
- java.lang.Object
-
- org.aksw.limes.core.io.query.FileQueryModule
-
- All Implemented Interfaces:
IQueryModule
public class FileQueryModule extends Object implements IQueryModule
- Author:
- Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de)
-
-
Constructor Summary
Constructors Constructor Description FileQueryModule(KBInfo kbinfo)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidfillCache(ACache c)Reads data from a model in the model registry
-
-
-
Constructor Detail
-
FileQueryModule
public FileQueryModule(KBInfo kbinfo)
Constructor- Parameters:
kbinfo- Loads the endpoint as a file and if that fails as a resource.
-
-
Method Detail
-
fillCache
public void fillCache(ACache c)
Reads data from a model in the model registry- Specified by:
fillCachein interfaceIQueryModule- Parameters:
c- Cache to be filled
-
-