Interface IAnalysisEngineRegistrar
- All Known Implementing Classes:
EngineRegistrar, EngineRegistrar, EngineRegistrar
public interface IAnalysisEngineRegistrar
Interface for a registrar class that registers analysis engines with an
analysis cache.
-
Method Summary
Modifier and TypeMethodDescriptionvoidregisterAnalysisEngines(IAnalysisCache analysisCache) Register analysis engines with given analysis cache.
-
Method Details
-
registerAnalysisEngines
Register analysis engines with given analysis cache.- Parameters:
analysisCache- the analysis cache
-