public class Prediction extends Object
Constructor and Description |
---|
Prediction(GeneAnnotation geneAnnotation) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
GeneAnnotation |
getGeneAnnotation() |
String |
getReason() |
int |
hashCode() |
boolean |
isRedundantWithExistingAnnotations() |
boolean |
isRedundantWithOtherPredictions() |
String |
render(OWLPrettyPrinter pp) |
void |
setReason(String reason) |
void |
setRedundantWithExistingAnnotations(boolean isRedundantWithExistingAnnotations) |
void |
setRedundantWithOtherPredictions(boolean isRedundantWithOtherPredictions) |
String |
toString() |
public Prediction(GeneAnnotation geneAnnotation)
public GeneAnnotation getGeneAnnotation()
public boolean isRedundantWithExistingAnnotations()
public void setRedundantWithExistingAnnotations(boolean isRedundantWithExistingAnnotations)
public boolean isRedundantWithOtherPredictions()
public void setRedundantWithOtherPredictions(boolean isRedundantWithOtherPredictions)
public String render(OWLPrettyPrinter pp)
public String getReason()
public void setReason(String reason)
reason
- the reason to setCopyright © 2010-2014. All Rights Reserved.