Class PredictionPlugin


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

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Predictor performPrediction​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet model, org.processmining.plugins.petrinet.replayresult.PNRepResult res)  
      Predictor performPrediction​(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog log, org.processmining.models.graphbased.directed.petrinet.Petrinet model, org.processmining.plugins.petrinet.replayresult.PNRepResult res, org.processmining.plugins.DataConformance.ResultReplay resReplay)  
      • Methods inherited from class java.lang.Object

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

      • PredictionPlugin

        public PredictionPlugin()
    • Method Detail

      • performPrediction

        public Predictor performPrediction​(org.processmining.framework.plugin.PluginContext context,
                                           org.deckfour.xes.model.XLog log,
                                           org.processmining.models.graphbased.directed.petrinet.Petrinet model,
                                           org.processmining.plugins.petrinet.replayresult.PNRepResult res)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception
      • performPrediction

        public Predictor performPrediction​(org.processmining.framework.plugin.PluginContext context,
                                           org.deckfour.xes.model.XLog log,
                                           org.processmining.models.graphbased.directed.petrinet.Petrinet model,
                                           org.processmining.plugins.petrinet.replayresult.PNRepResult res,
                                           org.processmining.plugins.DataConformance.ResultReplay resReplay)
                                    throws java.lang.Exception
        Throws:
        java.lang.Exception