org.schwiebert.abl4j.select
Class Overlap
java.lang.Object
org.schwiebert.abl4j.select.Overlap
public class Overlap
- extends Object
Helper class used to calculate overlaps.
- Author:
- Menno van Zaanen (menno@ics.mq.edu.au) (original C++ Version), Jeroen Geertzen (j.geertzen@uvt.nl) (modifications in C++ Version), Stephan Schwiebert (sschwieb@spinfo.uni-koeln.de)
(Java-Implementation)
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Overlap
public Overlap()
overlap
public static boolean overlap(IConstituent a,
IConstituent b)
- Returns true if the ranges defined in
IConstituent a and IConstituent b
do overlap.
© 2007 Stephan Schwiebert