public class PGraphFilterHierarchyImpl extends PGraphFilterAbstract<RepEGraph>
Modifier and Type | Class and Description |
---|---|
class |
PGraphFilterHierarchyImpl.MyTreeCellRenderer |
controller
Constructor and Description |
---|
PGraphFilterHierarchyImpl(PGraphController<?> controller,
Tree<RepEGraph> hierarchy,
org.deckfour.xes.model.XLog xLog) |
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
getFilteredLog() |
javax.swing.JComponent |
getVisualPanel() |
void |
initialize() |
boolean |
isSatisfied(RepEGraph object) |
public PGraphFilterHierarchyImpl(PGraphController<?> controller, Tree<RepEGraph> hierarchy, org.deckfour.xes.model.XLog xLog)
public boolean isSatisfied(RepEGraph object)
public void initialize()
public javax.swing.JComponent getVisualPanel()
public org.deckfour.xes.model.XLog getFilteredLog()