Package org.processmining.filtering.filter.interfaces
-
Interface Summary Interface Description Filter<T> A filter is in essence a "function" applied on some input.FilterStack<T> A Filter stack is (as the name suggests) a "stack of filters".
| Interface | Description |
|---|---|
| Filter<T> |
A filter is in essence a "function" applied on some input.
|
| FilterStack<T> |
A Filter stack is (as the name suggests) a "stack of filters".
|