ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Class AllAlignment.In<E>

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

final class AllAlignment.In<E>
extends Object
implements Predicate<E>


Field Summary
(package private)  Vector<E> elem
           
 
Constructor Summary
AllAlignment.In(Vector<E> e)
           
 
Method Summary
 boolean matches(E 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

elem

final Vector<E> elem
Constructor Detail

AllAlignment.In

public AllAlignment.In(Vector<E> e)
Method Detail

matches

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

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

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert