bp.eventSets
Interface EventFilterInterface
- All Known Implementing Classes:
- Event, EventFilterForAllEvents, EventFilterForClass, EventFilterForEmptySet, EventSetWithFilter, Test1.E1, Test1.E2
public interface EventFilterInterface
An helper class wor implementing sets with minimal method implementation
(e.g. only contains). This class implements all the functions (that the user
does not to implement) by throwing an exception.
Method Summary |
boolean |
contains(java.lang.Object o)
A function that implements the filtering logic. |
contains
boolean contains(java.lang.Object o)
- A function that implements the filtering logic.
- Parameters:
o
- A candidate object to be tested for matching the criteria of
the filter.
- Returns:
- true if the object matches the criteria of the filter.