ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class AllAlignment.Subset

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

final class AllAlignment.Subset
extends Object
implements Predicate<AllAlignment.LinkList>


Field Summary
private  AllAlignment.LinkList link
           
 
Constructor Summary
AllAlignment.Subset(AllAlignment.LinkList l)
           
 
Method Summary
 boolean matches(AllAlignment.LinkList 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.LinkList link
Constructor Detail

AllAlignment.Subset

public AllAlignment.Subset(AllAlignment.LinkList l)
Method Detail

matches

public boolean matches(AllAlignment.LinkList 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.LinkList>
Parameters:
e - an Element
Returns:
true or false

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert