public class PreMiningFilterEvent extends PreMiningEventFilter
Constructor and Description |
---|
PreMiningFilterEvent() |
Modifier and Type | Method and Description |
---|---|
IvMFilterGui |
createGui()
Initialises the JPanel containing the filter settings.
|
java.lang.String |
getName()
Returns the name of this filter.
|
protected boolean |
isEnabled()
Returns whether this filter is actually filtering something.
|
void |
setAttributesInfo(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo)
Update the filter with the attributes info.
|
boolean |
staysInLog(org.deckfour.xes.model.XEvent event)
Main function of the filter.
|
void |
updateExplanation() |
compareTo, createFilterGui, equals, getFilterName, getPanel, hashCode, isEnabledFilter, setEnabledFilter, update
public java.lang.String getName()
IvMFilter
public IvMFilterGui createGui() throws java.lang.Exception
IvMFilter
public boolean staysInLog(org.deckfour.xes.model.XEvent event)
PreMiningEventFilter
staysInLog
in class PreMiningEventFilter
public void setAttributesInfo(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo)
PreMiningFilter
setAttributesInfo
in class PreMiningFilter
protected boolean isEnabled()
IvMFilter
public void updateExplanation()