public class ChooseAlgorithmStep extends java.lang.Object implements org.processmining.framework.util.ui.wizard.ProMWizardStep<PNManifestReplayerParameter>
| Constructor and Description |
|---|
ChooseAlgorithmStep(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initialMarking,
org.processmining.models.semantics.petrinet.Marking[] finalMarkings) |
| 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) |
IPNManifestReplayAlgorithm |
getSelectedAlgorithm()
May return null if there is no algorithm selected
|
java.lang.String |
getTitle() |
public ChooseAlgorithmStep(org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
org.deckfour.xes.model.XLog log,
org.processmining.models.semantics.petrinet.Marking initialMarking,
org.processmining.models.semantics.petrinet.Marking[] finalMarkings)
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 IPNManifestReplayAlgorithm getSelectedAlgorithm()