org.qianalyze.api.module
Interface IModuleInspector
public interface IModuleInspector
The abstraction allowing developers to implement their own code to accept XML
data and return a response for the entire module (a collection of quality
indicators).
- Version:
- 1.0.0
- Author:
- Matthew Demerath
inspect
ModuleResponse inspect(Module module,
String xmlPayload)
- Parameters:
module - an object representing a collection quality indicatorsxmlPayload - the data the quality indicators should examine.
- Returns:
- ModuleResponse an object representing a collection of
IndicatorResponses
- See Also:
Module,
ModuleResponse
Copyright © 2012. All Rights Reserved.