org.qianalyze.api.module
Interface IIndicatorInspector

Package class diagram package IIndicatorInspector

public interface IIndicatorInspector

The abstraction allowing developers to implement their own code to run the rules for a single quality indicator.

Version:
1.0.0
Author:
Matthew Demerath

Method Summary
 IndicatorResult inspect(Object data)
           
 

Method Detail

inspect

IndicatorResult inspect(Object data)
Parameters:
data - a serializable Object that the implementing class can understand.
indicatorResult - can be the same object returned or a new one. Left for the to decide.
Returns:
IndicatorResult The results of inspecting this object.
See Also:
IndicatorResult


Copyright © 2012. All Rights Reserved.