apollo.dataadapter.genbank
Interface FeatureValidatorI

All Known Implementing Classes:
FlyIdValidator, PeptideValidator, tRNAValidator

public interface FeatureValidatorI

FeatureValidator interface Used to perform an integrity check whatever datasource


Method Summary
 java.lang.String validateFeature(FeatureSetI feature, CurationSet curation, java.lang.String prefix, java.lang.String suffix)
           
 

Method Detail

validateFeature

java.lang.String validateFeature(FeatureSetI feature,
                                 CurationSet curation,
                                 java.lang.String prefix,
                                 java.lang.String suffix)