Class PrimeMinerOneSolutionPlugin


  • public class PrimeMinerOneSolutionPlugin
    extends java.lang.Object
    Mining plug-in that mines an event log for AcceptingPetriNetArray.
    Author:
    Robert Bergenthum, Raphael Meyer
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMinerSingle​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)
      Mining using user-provided parameter values and GUI.
      static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMinerSingle​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log)
      Mining using default parameter values.
      • Methods inherited from class java.lang.Object

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

      • PrimeMinerOneSolutionPlugin

        public PrimeMinerOneSolutionPlugin()
    • Method Detail

      • runPrimeMinerSingle

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMinerSingle​(org.processmining.framework.plugin.PluginContext context,
                                                                                                            org.deckfour.xes.model.XLog log)
        Mining using default parameter values. Here we get only ONE SOLUTION. Now, it will not longer displayed.
        Parameters:
        context - The given plug-in context.
        log - The given event log.
        Returns:
        The AcceptingPetriNetArray with one solution mined from the given log using the default parameter values.
      • runPrimeMinerSingle

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMinerSingle​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                                                                            org.deckfour.xes.model.XLog log)
        Mining using user-provided parameter values and GUI. Here we get only ONE SOLUTION.
        Parameters:
        context - The given GUI-aware plug-in context.
        log - The given event log.
        Returns:
        The AcceptingPetriNetArray mined from the given log using the user-provided parameter values.