apollo.config
Class ORF_Overlap

java.lang.Object
  extended by apollo.config.ORF_Overlap
All Implemented Interfaces:
OverlapI

public class ORF_Overlap
extends java.lang.Object
implements OverlapI

A class detect overlapping transcripts for Drosophila


Constructor Summary
ORF_Overlap()
           
 
Method Summary
 boolean areOverlapping(SeqFeatureI sa, SeqFeatureI sb)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ORF_Overlap

public ORF_Overlap()
Method Detail

areOverlapping

public boolean areOverlapping(SeqFeatureI sa,
                              SeqFeatureI sb)
Specified by:
areOverlapping in interface OverlapI