classAnalysisEngine extends Actor with ActorLogging
An analysis engine that runs Slabs through a pipeline of AnalysisComponents. It currently
requires explicit declaration of the analyzers, but this would ideally be done through
configuration. No compile-time consistency check for the types in the pipeline is performed.
Anyhoo, this gives the basic idea for how an actor based AnalysisEngine might work, so
it should be a good starting point.
An analysis engine that runs Slabs through a pipeline of AnalysisComponents. It currently requires explicit declaration of the analyzers, but this would ideally be done through configuration. No compile-time consistency check for the types in the pipeline is performed. Anyhoo, this gives the basic idea for how an actor based AnalysisEngine might work, so it should be a good starting point.