public class PreMiningFilterTraceWithEvent extends PreMiningTraceFilter
Modifier and Type | Field and Description |
---|---|
protected AttributeFilterGui |
panel |
Constructor and Description |
---|
PreMiningFilterTraceWithEvent() |
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.
|
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.processmining.plugins.InductiveMiner.mining.logs.IMTrace trace)
Main function of the filter.
|
void |
updateExplanation() |
compareTo, createFilterGui, equals, getFilterName, getPanel, hashCode, isEnabledFilter, setEnabledFilter, update
protected AttributeFilterGui panel
public java.lang.String getName()
IvMFilter
public IvMFilterGui createGui()
IvMFilter
public void setAttributesInfo(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo)
PreMiningFilter
setAttributesInfo
in class PreMiningFilter
public boolean staysInLog(org.processmining.plugins.InductiveMiner.mining.logs.IMTrace trace)
PreMiningTraceFilter
staysInLog
in class PreMiningTraceFilter
public boolean isEnabled()
IvMFilter
public void updateExplanation()