public class PGraphFilterEventFreqImpl extends PGraphFilterAbstract<ENode> implements javax.swing.event.ChangeListener, java.awt.event.ActionListener
controller
Constructor and Description |
---|
PGraphFilterEventFreqImpl(PGraphController<?> controller,
RepEGraphs graphs) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
static int |
computeMaxFreq(RepEGraph g) |
boolean |
doRemoveNodes() |
org.deckfour.xes.model.XLog |
getFilteredLog() |
int |
getThreshold() |
javax.swing.JComponent |
getVisualPanel() |
void |
initialize() |
boolean |
isSatisfied(ENode object) |
void |
setRemoveNodes(boolean doRemoveNodes) |
void |
setThreshold(int threshold) |
void |
stateChanged(javax.swing.event.ChangeEvent e) |
public PGraphFilterEventFreqImpl(PGraphController<?> controller, RepEGraphs graphs)
public boolean isSatisfied(ENode object)
isSatisfied
in interface PGraphFilter<ENode>
public void initialize()
initialize
in interface PGraphFilter<ENode>
public static int computeMaxFreq(RepEGraph g)
public javax.swing.JComponent getVisualPanel()
getVisualPanel
in interface PGraphFilter<ENode>
public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged
in interface javax.swing.event.ChangeListener
public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
public int getThreshold()
public void setThreshold(int threshold)
public org.deckfour.xes.model.XLog getFilteredLog()
public boolean doRemoveNodes()
public void setRemoveNodes(boolean doRemoveNodes)