Class DiscoveryPlugin

    • Constructor Summary

      Constructors 
      Constructor Description
      DiscoveryPlugin()  
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      abstract AcceptingPetriNetWrapper discover​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)  
      AcceptingPetriNetWrapper discoverWithMeasure​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log, java.lang.Object parameter)  
      abstract java.lang.Object startGUI​(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log)  
      abstract java.lang.String toString()  
      • Methods inherited from class java.lang.Object

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

      • DiscoveryPlugin

        public DiscoveryPlugin()
    • Method Detail

      • discoverWithMeasure

        public AcceptingPetriNetWrapper discoverWithMeasure​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                            org.deckfour.xes.model.XLog log,
                                                            java.lang.Object parameter)
                                                     throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • discover

        public abstract AcceptingPetriNetWrapper discover​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                          org.deckfour.xes.model.XLog log,
                                                          java.lang.Object parameter)
                                                   throws java.lang.InterruptedException
        Throws:
        java.lang.InterruptedException
      • startGUI

        public abstract java.lang.Object startGUI​(org.processmining.contexts.uitopia.UIPluginContext context,
                                                  org.deckfour.xes.model.XLog log)
      • toString

        public abstract java.lang.String toString()
        Overrides:
        toString in class java.lang.Object