owltools.gaf.inference
Class Prediction

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

public class Prediction
extends Object


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

Constructor Detail

Prediction

public Prediction()
Method Detail

getGeneAnnotation

public GeneAnnotation getGeneAnnotation()

setGeneAnnotation

public void setGeneAnnotation(GeneAnnotation geneAnnotation)

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)


Copyright © 2010-2012. All Rights Reserved.