public class PreMiningFrequentTracesFilter extends PreMiningTraceFilter
Constructor and Description |
---|
PreMiningFrequentTracesFilter() |
Modifier and Type | Method and Description |
---|---|
IvMFilterGui |
createGui()
Initialises the JPanel containing the filter settings.
|
boolean |
fillGuiWithLog(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log,
org.deckfour.xes.model.XLog xLog) |
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.processmining.plugins.InductiveMiner.mining.logs.IMTrace trace)
Main function of the filter.
|
compareTo, createFilterGui, equals, getFilterName, getPanel, hashCode, isEnabledFilter, setEnabledFilter, update
public boolean staysInLog(org.processmining.plugins.InductiveMiner.mining.logs.IMTrace trace)
PreMiningTraceFilter
staysInLog
in class PreMiningTraceFilter
public java.lang.String getName()
IvMFilter
public IvMFilterGui createGui()
IvMFilter
protected boolean isEnabled()
IvMFilter
public void setAttributesInfo(org.processmining.plugins.inductiveminer2.attributes.AttributesInfo attributesInfo)
PreMiningFilter
setAttributesInfo
in class PreMiningFilter
public boolean fillGuiWithLog(org.processmining.plugins.InductiveMiner.mining.logs.IMLog log, org.deckfour.xes.model.XLog xLog) throws java.lang.Exception
java.lang.Exception