Class RPSTVisualizerPlugin


  • public class RPSTVisualizerPlugin
    extends java.lang.Object
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.swing.JComponent run​(org.processmining.framework.plugin.PluginContext context, org.processmining.acceptingpetrinetdecomposer.models.rpst.PetriNetRPST rpst)
      The plug-in variant that runs in any context and requires a parameters.
      • Methods inherited from class java.lang.Object

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

      • RPSTVisualizerPlugin

        public RPSTVisualizerPlugin()
    • Method Detail

      • run

        public javax.swing.JComponent run​(org.processmining.framework.plugin.PluginContext context,
                                          org.processmining.acceptingpetrinetdecomposer.models.rpst.PetriNetRPST rpst)
        The plug-in variant that runs in any context and requires a parameters.
        Parameters:
        context - The context to run in.
        input1 - The first input.
        input2 - The second input.
        parameters - The parameters to use.
        Returns:
        The output.