Class XAttributableContainsKeyWithValueXFilterImpl<T extends org.deckfour.xes.model.XAttributable>
- java.lang.Object
-
- org.processmining.filtering.xfilter.implementations.XAttributableContainsKeyWithValueXFilterImpl<T>
-
- 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 givenpair. 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
-
-
Constructor Summary
Constructors Constructor Description XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key, boolean value)XAttributableContainsKeyWithValueXFilterImpl(java.lang.String key, java.lang.String value)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Tapply(T t)Apply method, will return (t) iffis contained by the given XAttributable t. XAttributableFilter<T>clone()Create this filter's clone.
-
-
-
Method Detail
-
clone
public XAttributableFilter<T> clone()
Description copied from interface:FilterCreate this filter's clone.
-
-