apollo.config
Class NoOverlap

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

public class NoOverlap
extends java.lang.Object
implements OverlapI

as the name implies this overlapper will return false for all areOverlapping queries. This is for 1 level annots that never overlap each other.


Constructor Summary
NoOverlap()
           
 
Method Summary
 boolean areOverlapping(SeqFeatureI a, SeqFeatureI b)
          Just returns false
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NoOverlap

public NoOverlap()
Method Detail

areOverlapping

public boolean areOverlapping(SeqFeatureI a,
                              SeqFeatureI b)
Just returns false

Specified by:
areOverlapping in interface OverlapI