Class PetriNetDensityMetric

    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String NAME  
    • Method Summary

      All Methods Instance Methods Concrete 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()  
      • Methods inherited from class java.lang.Object

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

      • PetriNetDensityMetric

        public PetriNetDensityMetric()
    • Method Detail

      • compute

        public double compute​(org.processmining.framework.plugin.PluginContext context,
                              org.processmining.models.graphbased.directed.petrinet.Petrinet net,
                              org.processmining.models.semantics.petrinet.Marking marking)
        Specified by:
        compute in interface PetriNetMetric
      • getLog

        public java.lang.StringBuffer getLog()
        Specified by:
        getLog in interface PetriNetMetric