|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectowltools.gaf.rules.AbstractAnnotationRule
public abstract class AbstractAnnotationRule
Constructor Summary | |
---|---|
AbstractAnnotationRule()
|
Method Summary | |
---|---|
String |
getRuleId()
Get the ruleId. |
Set<AnnotationRuleViolation> |
getRuleViolations(GafDocument gafDoc)
Given a whole GafDocument , find the set of violations using the rule |
abstract 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 |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public AbstractAnnotationRule()
Method Detail |
---|
public abstract Set<AnnotationRuleViolation> getRuleViolations(GeneAnnotation a)
AnnotationRule
getRuleViolations
in interface AnnotationRule
a
- annotation
public Set<AnnotationRuleViolation> getRuleViolations(GafDocument gafDoc)
AnnotationRule
GafDocument
, find the set of violations using the rule
getRuleViolations
in interface AnnotationRule
public void setRuleId(String ruleId)
AnnotationRule
setRuleId
in interface AnnotationRule
public String getRuleId()
AnnotationRule
getRuleId
in interface AnnotationRule
public boolean isDocumentLevel()
isDocumentLevel
in interface AnnotationRule
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |