public class PGraphFilterEventFreqSingleGraphImpl extends java.lang.Object implements PGraphFilter<ENode>
| Constructor and Description |
|---|
PGraphFilterEventFreqSingleGraphImpl(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 PGraphFilterEventFreqSingleGraphImpl(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>