org.semanticweb.elk.util.collections
Interface Operations.Condition<T>

Type Parameters:
T - the type of elements which can be used with this condition
Enclosing class:
Operations

public static interface Operations.Condition<T>

Boolean conditions over some type.


Method Summary
 boolean holds(T element)
          Checks if the condition holds for an element
 

Method Detail

holds

boolean holds(T element)
Checks if the condition holds for an element

Parameters:
element - the element for which to check the condition
Returns:
true if the condition holds for the element and otherwise false


Copyright © 2011-2013 Department of Computer Science, University of Oxford. All Rights Reserved.