owltools.gaf.inference
Class Prediction
java.lang.Object
owltools.gaf.inference.Prediction
public class Prediction
- extends Object
Prediction
public Prediction(GeneAnnotation geneAnnotation)
getGeneAnnotation
public GeneAnnotation getGeneAnnotation()
toString
public String toString()
- Overrides:
toString
in class Object
isRedundantWithExistingAnnotations
public boolean isRedundantWithExistingAnnotations()
setRedundantWithExistingAnnotations
public void setRedundantWithExistingAnnotations(boolean isRedundantWithExistingAnnotations)
isRedundantWithOtherPredictions
public boolean isRedundantWithOtherPredictions()
setRedundantWithOtherPredictions
public void setRedundantWithOtherPredictions(boolean isRedundantWithOtherPredictions)
render
public String render(OWLPrettyPrinter pp)
getReason
public String getReason()
- Returns:
- the reason
setReason
public void setReason(String reason)
- Parameters:
reason
- the reason to set
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
Copyright © 2010-2014. All Rights Reserved.