net.sf.jmd.evaluation
Interface IComparator

All Known Implementing Classes:
Comparator

public interface IComparator

Evaluates the rules and adds resulting ReportItems to the report.


Method Summary
 void add(ICheck check)
           
 IReport evaluate()
           
 java.util.List<ICheck> getChecks()
           
 

Method Detail

add

void add(ICheck check)

getChecks

java.util.List<ICheck> getChecks()

evaluate

IReport evaluate()


Copyright © 2007-2010. All Rights Reserved.