|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AnnotationRule
Method Summary | |
---|---|
String |
getRuleId()
Get the ruleId. |
Set<AnnotationRuleViolation> |
getRuleViolations(GafDocument gafDoc)
Given a whole GafDocument , find the set of violations using the rule |
Set<AnnotationRuleViolation> |
getRuleViolations(GeneAnnotation a)
Given an annotation, find the set of violations using the rule |
boolean |
isDocumentLevel()
|
void |
setRuleId(String ruleId)
Set the rule id |
Method Detail |
---|
Set<AnnotationRuleViolation> getRuleViolations(GeneAnnotation a)
a
- annotation
Set<AnnotationRuleViolation> getRuleViolations(GafDocument gafDoc)
GafDocument
, find the set of violations using the rule
gafDoc
-
void setRuleId(String ruleId)
ruleId
- String getRuleId()
boolean isDocumentLevel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |