apollo.analysis.filter
Interface AnalysisFilterI

All Known Implementing Classes:
AnalysisFilter

public interface AnalysisFilterI


Method Summary
 void cleanUp(CurationSet curation, java.lang.String analysis_type, AnalysisInput filter_input)
          All filters on computed results must support this interface.
 

Method Detail

cleanUp

void cleanUp(CurationSet curation,
             java.lang.String analysis_type,
             AnalysisInput filter_input)
All filters on computed results must support this interface.
It applies the filtering options contained in the hashtable to the analysis. It deletes all spans and hits that do not meet the criteria given. If a hit is left with zero spans then that hit is deleted. An analysis is of a given type and thus different analyses may have been computed with the same program, but will be filtered independently.