Class AbstractMetric
- java.lang.Object
-
- org.processmining.partialorder.zexperiment.metric.AbstractMetric
-
- Direct Known Subclasses:
ExpMetricPerTrace,LogMetric
public class AbstractMetric extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAbstractMetric.MetricProperty
-
Constructor Summary
Constructors Constructor Description AbstractMetric()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetNumberOfProperty(AbstractMetric.MetricProperty key)java.util.Map<AbstractMetric.MetricProperty,java.lang.Integer>getNumbersOfProperties()voidincrementProp(AbstractMetric.MetricProperty property, int value)voidincrementPropByOne(AbstractMetric.MetricProperty property)
-
-
-
Method Detail
-
getNumberOfProperty
public int getNumberOfProperty(AbstractMetric.MetricProperty key)
-
incrementPropByOne
public void incrementPropByOne(AbstractMetric.MetricProperty property)
-
incrementProp
public void incrementProp(AbstractMetric.MetricProperty property, int value)
-
getNumbersOfProperties
public java.util.Map<AbstractMetric.MetricProperty,java.lang.Integer> getNumbersOfProperties()
-
-