Class PrimeMinerPlugin


  • public class PrimeMinerPlugin
    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 mineParameters​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, PrimeMinerParameters parameters)
      Mining using given parameter values.
      static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMiner​(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 runPrimeMiner​(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

      • PrimeMinerPlugin

        public PrimeMinerPlugin()
    • Method Detail

      • runPrimeMiner

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMiner​(org.processmining.framework.plugin.PluginContext context,
                                                                                                      org.deckfour.xes.model.XLog log)
        Mining using default parameter values.
        Parameters:
        context - The given plug-in context.
        log - The given event log.
        Returns:
        The AcceptingPetriNetArray mined from the given log using the default parameter values.
      • runPrimeMiner

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray runPrimeMiner​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                                                                      org.deckfour.xes.model.XLog log)
        Mining using user-provided parameter values and GUI.
        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.
      • mineParameters

        public static org.processmining.acceptingpetrinet.models.AcceptingPetriNetArray mineParameters​(org.processmining.framework.plugin.PluginContext context,
                                                                                                       org.deckfour.xes.model.XLog log,
                                                                                                       PrimeMinerParameters parameters)
        Mining using given parameter values.
        Parameters:
        context - The given plug-in context.
        log - The given event log.
        parameters - The given parameter values.
        Returns:
        The AcceptingPetriNetArray mined from the given log using the given parameter values.