Uses of Class
org.processmining.partialorder.zexperiment.metric.AbstractMetric.MetricProperty
-
Packages that use AbstractMetric.MetricProperty Package Description org.processmining.partialorder.zexperiment.metric -
-
Uses of AbstractMetric.MetricProperty in org.processmining.partialorder.zexperiment.metric
Methods in org.processmining.partialorder.zexperiment.metric that return AbstractMetric.MetricProperty Modifier and Type Method Description static AbstractMetric.MetricPropertyAbstractMetric.MetricProperty. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static AbstractMetric.MetricProperty[]AbstractMetric.MetricProperty. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.processmining.partialorder.zexperiment.metric that return types with arguments of type AbstractMetric.MetricProperty Modifier and Type Method Description java.util.Map<AbstractMetric.MetricProperty,java.lang.Integer>AbstractMetric. getNumbersOfProperties()Methods in org.processmining.partialorder.zexperiment.metric with parameters of type AbstractMetric.MetricProperty Modifier and Type Method Description intAbstractMetric. getNumberOfProperty(AbstractMetric.MetricProperty key)voidAbstractMetric. incrementProp(AbstractMetric.MetricProperty property, int value)voidAbstractMetric. incrementPropByOne(AbstractMetric.MetricProperty property)
-