Set<AnnotationRuleViolation> |
AnnotationRule.getRuleViolations(GafDocument gafDoc)
Given a whole GafDocument , find the set of violations using the rule
|
Set<AnnotationRuleViolation> |
AbstractAnnotationRule.getRuleViolations(GafDocument gafDoc) |
Set<AnnotationRuleViolation> |
GenericReasonerValidationCheck.getRuleViolations(GafDocument gafDoc,
OWLGraphWrapper graph) |
Set<AnnotationRuleViolation> |
AnnotationTaxonRule.getRuleViolations(GafDocument gafDoc,
OWLGraphWrapper graph) |
Set<AnnotationRuleViolation> |
AnnotationRule.getRuleViolations(GafDocument gafDoc,
OWLGraphWrapper graph)
Given a whole GafDocument in OWL, find the set of violations using the rule
|
Set<AnnotationRuleViolation> |
AbstractAnnotationRule.getRuleViolations(GafDocument gafDoc,
OWLGraphWrapper graph) |
Set<AnnotationRuleViolation> |
GenericReasonerValidationCheck.getRuleViolations(GeneAnnotation a) |
Set<AnnotationRuleViolation> |
AnnotationTaxonRule.getRuleViolations(GeneAnnotation a) |
Set<AnnotationRuleViolation> |
AnnotationRule.getRuleViolations(GeneAnnotation a)
Given an annotation, find the set of violations using the rule
|
Set<AnnotationRuleViolation> |
AnnotationRegularExpressionFromXMLRule.getRuleViolations(GeneAnnotation a) |
abstract Set<AnnotationRuleViolation> |
AbstractAnnotationRule.getRuleViolations(GeneAnnotation a) |
Map<String,List<AnnotationRuleViolation>> |
AnnotationRulesEngine.AnnotationRulesEngineResult.getViolations(AnnotationRuleViolation.ViolationType type)
|