public interface XEventCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
keepEvent(org.deckfour.xes.model.XEvent event)
When filtering, this method is called for each XEvent in the log.
|
boolean keepEvent(org.deckfour.xes.model.XEvent event)
event - The event that is currently being considered by the calling
filter.