Interface PetriNetMetric

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      double compute​(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking marking)  
      java.lang.StringBuffer getLog()  
      java.lang.String getName()  
    • Method Detail

      • compute

        double compute​(org.processmining.framework.plugin.PluginContext context,
                       org.processmining.models.graphbased.directed.petrinet.Petrinet net,
                       org.processmining.models.semantics.petrinet.Marking marking)
      • getName

        java.lang.String getName()
      • getLog

        java.lang.StringBuffer getLog()