owltools.gaf.rules
Interface AnnotationRulesFactory

All Known Implementing Classes:
AnnotationRulesFactoryImpl, GoAnnotationRulesFactoryImpl

public interface AnnotationRulesFactory


Method Summary
 List<AnnotationRule> getGafRules()
          Get the list of rules, which require a global view of the GAF (GafDocument).
 List<AnnotationRule> getGeneAnnotationRules()
          Get the list of rules to be applied for each GeneAnnotation
 void init()
          Initialize the factory.
 

Method Detail

init

void init()
Initialize the factory.


getGeneAnnotationRules

List<AnnotationRule> getGeneAnnotationRules()
Get the list of rules to be applied for each GeneAnnotation

Returns:
rules

getGafRules

List<AnnotationRule> getGafRules()
Get the list of rules, which require a global view of the GAF (GafDocument).

Returns:
rules


Copyright © 2010-2012. All Rights Reserved.