ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.select
Class Overlap

java.lang.Object
  extended by 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)

Constructor Summary
Overlap()
           
 
Method Summary
static boolean overlap(IConstituent a, IConstituent b)
          Returns true if the ranges defined in IConstituent a and IConstituent b do overlap.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Overlap

public Overlap()
Method Detail

overlap

public static boolean overlap(IConstituent a,
                              IConstituent b)
Returns true if the ranges defined in IConstituent a and IConstituent b do overlap.


ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert