Class MirrorFilterImpl<T>
- java.lang.Object
-
- org.processmining.filtering.filter.implementations.MirrorFilterImpl<T>
-
- Type Parameters:
T- generic type on which this filter is applied.
- All Implemented Interfaces:
java.lang.Cloneable,Filter<T>
public class MirrorFilterImpl<T> extends java.lang.Object implements Filter<T>
A mirror filter is a standard defined filter that (as the name suggests) mirrors each element. Thus mirror function m : T -> T with m(t) = t.- Author:
- S.J. van Zelst
-
-
Constructor Summary
Constructors Constructor Description MirrorFilterImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tapply(T t)Apply this filter on some input.Filter<T>clone()Create this filter's clone.
-