public class PGraphFilterLabelAEventFreqImpl extends PGraphFilterAbstract<ENode> implements javax.swing.event.ChangeListener, java.awt.event.ActionListener
controller| Constructor and Description |
|---|
PGraphFilterLabelAEventFreqImpl(PGraphController<?> controller,
RepEGraphs graphs) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
boolean |
doRemoveNodes() |
org.deckfour.xes.model.XLog |
getFilteredLog() |
static java.util.Map<java.lang.String,java.lang.Integer> |
getLabelToFreqMap(RepEGraph graph) |
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 PGraphFilterLabelAEventFreqImpl(PGraphController<?> controller, RepEGraphs graphs)
public boolean isSatisfied(ENode object)
isSatisfied in interface PGraphFilter<ENode>public void initialize()
initialize in interface PGraphFilter<ENode>public static java.util.Map<java.lang.String,java.lang.Integer> getLabelToFreqMap(RepEGraph graph)
public javax.swing.JComponent getVisualPanel()
getVisualPanel in interface PGraphFilter<ENode>public void stateChanged(javax.swing.event.ChangeEvent e)
stateChanged in interface javax.swing.event.ChangeListenerpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic int getThreshold()
public void setThreshold(int threshold)
public org.deckfour.xes.model.XLog getFilteredLog()
public boolean doRemoveNodes()
public void setRemoveNodes(boolean doRemoveNodes)