public class MapPattern2TransStep extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>
Constructor and Description |
---|
MapPattern2TransStep(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
CreatePatternPanel patternCreatorPanel) |
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) |
PatternMappingPanel |
getPatternMappingPanel() |
java.lang.String |
getTitle() |
public MapPattern2TransStep(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log, CreatePatternPanel patternCreatorPanel)
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>
public PatternMappingPanel getPatternMappingPanel()