Class 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);
    • 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)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • PartialNetReplayerUI

        public PartialNetReplayerUI()
    • Method Detail

      • getConfiguration

        public java.lang.Object[] getConfiguration​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                   org.processmining.models.graphbased.directed.petrinet.PetrinetGraph net,
                                                   org.deckfour.xes.model.XLog log)