- Type Parameters:
T
- XAttributable object
- All Implemented Interfaces:
- java.lang.Cloneable, Filter<T>, XAttributableFilter<T>, XFilter<T>
public class XAttributableContainsKeyWithValueXFilterImpl<T extends org.deckfour.xes.model.XAttributable>
extends java.lang.Object
implements XAttributableFilter<T>
The XAttributableContainsKeyWithValueXFilterImpl class checks whether an
XAttributable object contains a given pair. If the object
contains the pair, the apply method will return the object (that is
mirrored). If the object does not contain the pair, the apply method will
return null.
- Author:
- S.J. van Zelst