ABL4J (Alignment Based Learning for Java) - 0.9.7

org.schwiebert.abl4j.align
Interface Predicate<E>

Type Parameters:
E -
All Known Implementing Classes:
AllAlignment.In, AllAlignment.Overlap, AllAlignment.Subset, OverlapInTree

public interface Predicate<E>

Interface that simulates C/C++-Predicates for Iterator-methods like remove_if.

Author:
sschwieb

Method Summary
 boolean matches(E e)
          Returns true if the Predicate is true for Element e, false otherwise.
 

Method Detail

matches

boolean matches(E e)
Returns true if the Predicate is true for Element e, false otherwise.

Parameters:
e - an Element
Returns:
true or false

ABL4J (Alignment Based Learning for Java) - 0.9.7

© 2007 Stephan Schwiebert