ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class AllAlignment.Overlap

java.lang.Object
  extended by org.schwiebert.abl4j.align.AllAlignment.Overlap
All Implemented Interfaces:
Predicate<AllAlignment.Link>
Enclosing class:
AllAlignment

final class AllAlignment.Overlap
extends Object
implements Predicate<AllAlignment.Link>


Field Summary
private  AllAlignment.Link link
           
 
Constructor Summary
AllAlignment.Overlap(AllAlignment.Link l)
           
 
Method Summary
 boolean matches(AllAlignment.Link e)
          Returns true if the Predicate is true for Element e, false otherwise.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

link

private final AllAlignment.Link link
Constructor Detail

AllAlignment.Overlap

public AllAlignment.Overlap(AllAlignment.Link l)
Method Detail

matches

public boolean matches(AllAlignment.Link e)
Description copied from interface: Predicate
Returns true if the Predicate is true for Element e, false otherwise.

Specified by:
matches in interface Predicate<AllAlignment.Link>
Parameters:
e - an Element
Returns:
true or false

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert