owltools.gaf.inference
Class Prediction

java.lang.Object
  extended by owltools.gaf.inference.Prediction

public class Prediction
extends Object


Constructor Summary
Prediction(GeneAnnotation geneAnnotation)
           
 
Method Summary
 boolean equals(Object obj)
           
 GeneAnnotation getGeneAnnotation()
           
 int hashCode()
           
 boolean isRedundantWithExistingAnnotations()
           
 boolean isRedundantWithOtherPredictions()
           
 String render(OWLPrettyPrinter pp)
           
 void setRedundantWithExistingAnnotations(boolean isRedundantWithExistingAnnotations)
           
 void setRedundantWithOtherPredictions(boolean isRedundantWithOtherPredictions)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Prediction

public Prediction(GeneAnnotation geneAnnotation)
Method Detail

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)

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object


Copyright © 2010-2013. All Rights Reserved.