public class PGraphFilterLabelAEventFreqSingleGraphImpl extends java.lang.Object implements PGraphFilter<ENode>
Constructor and Description |
---|
PGraphFilterLabelAEventFreqSingleGraphImpl(RepEGraph sourceREG) |
Modifier and Type | Method and Description |
---|---|
int |
getThreshold() |
javax.swing.JComponent |
getVisualPanel() |
void |
initialize() |
boolean |
isSatisfied(ENode object) |
void |
setThreshold(int threshold) |
public PGraphFilterLabelAEventFreqSingleGraphImpl(RepEGraph sourceREG)
public void initialize()
initialize
in interface PGraphFilter<ENode>
public boolean isSatisfied(ENode object)
isSatisfied
in interface PGraphFilter<ENode>
public int getThreshold()
public void setThreshold(int threshold)
public javax.swing.JComponent getVisualPanel()
getVisualPanel
in interface PGraphFilter<ENode>