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.
Author:
David Hovemeyer
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Register analysis engines with given analysis cache.
  • Method Details

    • registerAnalysisEngines

      void registerAnalysisEngines(IAnalysisCache analysisCache)
      Register analysis engines with given analysis cache.
      Parameters:
      analysisCache - the analysis cache