public class MapCostStep extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>
| Constructor and Description |
|---|
MapCostStep(CreatePatternPanel patternCreatorPanel,
PatternMappingPanel patternMappingPanel) |
| Modifier and Type | Method and Description |
|---|---|
PNManifestReplayerParameter |
apply(PNManifestReplayerParameter model,
javax.swing.JComponent component) |
boolean |
canApply(PNManifestReplayerParameter model,
javax.swing.JComponent component) |
javax.swing.JComponent |
getComponent(PNManifestReplayerParameter model) |
java.lang.String |
getTitle() |
public MapCostStep(CreatePatternPanel patternCreatorPanel, PatternMappingPanel patternMappingPanel)
public java.lang.String getTitle()
getTitle in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>public javax.swing.JComponent getComponent(PNManifestReplayerParameter model)
getComponent in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>public PNManifestReplayerParameter apply(PNManifestReplayerParameter model, javax.swing.JComponent component)
apply in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>public boolean canApply(PNManifestReplayerParameter model, javax.swing.JComponent component)
canApply in interface org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>