|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.framework.log.LogFilter
org.processmining.framework.log.filter.LogEventLogFilter
org.processmining.framework.log.filter.LogEventLogFilterEnh
public class LogEventLogFilterEnh
This logFilter filters the log based on the modelelements of audittrailentries. Furthermore, it is possible to filter for tasks of which the frequency (in percentages) in the log is less than a given percentage and you can filter for tasks for which the freqency (in percentages) of in how many different process instances they occur is less than a given percentage.
Nested Class Summary | |
---|---|
class |
LogEventLogFilterEnh.LogEventCheckBoxEnh
A standard CheckBox for which the text is according to a fixed format. |
class |
LogEventLogFilterEnh.SpringUtilities
A 1.4 file that provides utility methods for creating form- or grid-style layouts with SpringLayout. |
Field Summary |
---|
Fields inherited from class org.processmining.framework.log.filter.LogEventLogFilter |
---|
eventsToKeep |
Fields inherited from class org.processmining.framework.log.LogFilter |
---|
FAST, filter, load, MODERATE, SLOW |
Constructor Summary | |
---|---|
LogEventLogFilterEnh()
Default constructor. |
|
LogEventLogFilterEnh(LogEvents eventsToKeep)
Constructor. |
|
LogEventLogFilterEnh(LogEvents eventsToKeep,
double percTask,
double percPI)
Constructor. |
|
LogEventLogFilterEnh(LogEvents eventsToKeep,
double percTask,
double percPI,
java.lang.String selectedItemComboBox)
|
Method Summary | |
---|---|
protected java.lang.String |
getHelpForThisLogFilter()
Returns the help for this LogFilter as HTML text. |
LogFilterParameterDialog |
getParameterDialog(LogSummary summary)
Returns a Panel for the setting of parameters. |
protected void |
readSpecificXML(org.w3c.dom.Node logFilterSpecifcNode)
Read the inside of the |
protected void |
writeSpecificXML(java.io.BufferedWriter output)
Write the inside of the |
Methods inherited from class org.processmining.framework.log.filter.LogEventLogFilter |
---|
acceptsAll, addLogEvent, doFiltering, removeLogEvent, thisFilterChangesLog |
Methods inherited from class org.processmining.framework.log.LogFilter |
---|
changesLog, filter, getComplexity, getComplexityAsString, getFilter, getHelp, getName, getThisLogFilterComplexity, readXML, setLowLevelFilter, setName, toString, writeXML |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LogEventLogFilterEnh()
public LogEventLogFilterEnh(LogEvents eventsToKeep)
eventsToKeep
- LogEvents the logevents that have to be kept after filtering.public LogEventLogFilterEnh(LogEvents eventsToKeep, double percTask, double percPI)
eventsToKeep
- LogEvents the logevents that have to be kept after filtering.percTask
- double the percentage for filtering for tasks of which the frequency is less than
a given percentagepercPI
- double the percentage for filtering for tasks of which the
frequency in how many many different process instances they occur is less than
a given percentagepublic LogEventLogFilterEnh(LogEvents eventsToKeep, double percTask, double percPI, java.lang.String selectedItemComboBox)
Method Detail |
---|
protected java.lang.String getHelpForThisLogFilter()
getHelpForThisLogFilter
in class LogEventLogFilter
public LogFilterParameterDialog getParameterDialog(LogSummary summary)
getNewLogFilter
method
of the dialog.
getParameterDialog
in class LogEventLogFilter
summary
- A LogSummary to be used for setting parameters.
protected void writeSpecificXML(java.io.BufferedWriter output) throws java.io.IOException
writeSpecificXML
in class LogEventLogFilter
output
- OutputStream
java.io.IOException
protected void readSpecificXML(org.w3c.dom.Node logFilterSpecifcNode) throws java.io.IOException
readSpecificXML
in class LogEventLogFilter
input
- InputStream
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |