Class PetriNetNofPlacesMetric
- java.lang.Object
-
- org.processmining.pnanalysis.metrics.impl.PetriNetNofPlacesMetric
-
- All Implemented Interfaces:
PetriNetMetric
public class PetriNetNofPlacesMetric extends java.lang.Object implements PetriNetMetric
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringNAME
-
Constructor Summary
Constructors Constructor Description PetriNetNofPlacesMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecompute(org.processmining.framework.plugin.PluginContext context, org.processmining.models.graphbased.directed.petrinet.Petrinet net, org.processmining.models.semantics.petrinet.Marking marking)java.lang.StringBuffergetLog()java.lang.StringgetName()
-
-
-
Field Detail
-
NAME
public static final java.lang.String NAME
- See Also:
- Constant Field Values
-
-
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:
computein interfacePetriNetMetric
-
getName
public java.lang.String getName()
- Specified by:
getNamein interfacePetriNetMetric
-
getLog
public java.lang.StringBuffer getLog()
- Specified by:
getLogin interfacePetriNetMetric
-
-