Class PartialNetReplayerUI
- java.lang.Object
-
- org.processmining.partialorder.dialogs.PartialNetReplayerUI
-
public class PartialNetReplayerUI extends java.lang.Object- Author:
- x.lu Copied from Arya's PNReplayerUI [Changes] 17-01-2014 : instead of using PNAlgorithmStep, we used PartialNetAlgorithmStep to get replay algorithms that are partially ordered net aware. replaySteps[0] = new PartialNetAlgorithmStep(context, net, log, mapping);
-
-
Field Summary
Fields Modifier and Type Field Description static intALGORITHMstatic intMAPPINGstatic intPARAMETERS
-
Constructor Summary
Constructors Constructor Description PartialNetReplayerUI()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Object[]getConfiguration(org.processmining.contexts.uitopia.UIPluginContext context, org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net, org.deckfour.xes.model.XLog log)
-
-
-
Field Detail
-
MAPPING
public static final int MAPPING
- See Also:
- Constant Field Values
-
ALGORITHM
public static final int ALGORITHM
- See Also:
- Constant Field Values
-
PARAMETERS
public static final int PARAMETERS
- See Also:
- Constant Field Values
-
-