public class MappingSelectorDialog extends java.lang.Object implements EGMatchConfigDialog, java.awt.event.ActionListener
| Constructor and Description |
|---|
MappingSelectorDialog(int traceI,
int traceJ,
java.util.Map<org.processmining.partialorder.models.graph.PartialOrderGraph,RepEGraph> views,
java.util.Map<CostStrategyConfiguration,java.lang.Integer> costConfigs) |
| Modifier and Type | Method and Description |
|---|---|
void |
actionPerformed(java.awt.event.ActionEvent e) |
java.util.Collection<RepEGraph> |
getNotSelectedRepEGraphs() |
RepEGraph |
getSelectedRepEGraph() |
java.lang.String |
getTitle() |
javax.swing.JComponent |
showDialog() |
public MappingSelectorDialog(int traceI,
int traceJ,
java.util.Map<org.processmining.partialorder.models.graph.PartialOrderGraph,RepEGraph> views,
java.util.Map<CostStrategyConfiguration,java.lang.Integer> costConfigs)
public java.lang.String getTitle()
getTitle in interface EGMatchConfigDialogpublic javax.swing.JComponent showDialog()
showDialog in interface EGMatchConfigDialogpublic void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed in interface java.awt.event.ActionListenerpublic RepEGraph getSelectedRepEGraph()
public java.util.Collection<RepEGraph> getNotSelectedRepEGraphs()