owltools.gaf.rules
Class AnnotationRulesEngine

java.lang.Object
  extended by owltools.gaf.rules.AnnotationRulesEngine

public class AnnotationRulesEngine
extends Object


Nested Class Summary
static class AnnotationRulesEngine.AnnotationRuleCheckException
          This exception is thrown when an exception occurs during the execution of annotation rules.
 
Constructor Summary
AnnotationRulesEngine()
           
AnnotationRulesEngine(int annotationVoilationLimit, AnnotationRulesFactory rulesFactory)
           
 
Method Summary
 Map<String,List<AnnotationRuleViolation>> validateAnnotations(GafDocument doc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AnnotationRulesEngine

public AnnotationRulesEngine()

AnnotationRulesEngine

public AnnotationRulesEngine(int annotationVoilationLimit,
                             AnnotationRulesFactory rulesFactory)
Method Detail

validateAnnotations

public Map<String,List<AnnotationRuleViolation>> validateAnnotations(GafDocument doc)
                                                              throws AnnotationRulesEngine.AnnotationRuleCheckException
Throws:
AnnotationRulesEngine.AnnotationRuleCheckException


Copyright © 2010-2012. All Rights Reserved.