ubiware.core.visualizer
Interface VisualizerPrototype.Predicate<T>

Enclosing class:
VisualizerPrototype

public static interface VisualizerPrototype.Predicate<T>

Classes implementing this interface can act as predicates, accepting or rejecting elements of type T.


Method Summary
 boolean isAcceptable(T element)
          Accepts or rejects the given element.
 

Method Detail

isAcceptable

boolean isAcceptable(T element)
Accepts or rejects the given element.

Parameters:
element - the element to test
Returns:
true is the element is accepted, false otherwise