| Package | Description |
|---|---|
| org.processmining.plugins.log.metrics.extensions |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
AbstractXMetricsMetadataExtension.extractAttributeBibtex(org.deckfour.xes.model.XLog log,
java.lang.String metrickey) |
java.lang.String |
AbstractXMetricsMetadataExtension.extractAttributeDoi(org.deckfour.xes.model.XLog log,
java.lang.String metrickey) |
java.lang.String |
AbstractXMetricsMetadataExtension.extractAttributeReference(org.deckfour.xes.model.XLog log,
java.lang.String metrickey) |
double |
AbstractXMetricsMetadataExtension.extractMetricValue(org.deckfour.xes.model.XLog log,
java.lang.String metrickey)
Get the specified log metric.
|
protected org.deckfour.xes.model.XAttributeContinuous |
AbstractXMetricsMetadataExtension.getMetric(org.deckfour.xes.model.XLog log,
java.lang.String metrickey) |
protected org.deckfour.xes.model.XAttribute |
AbstractXMetricsMetadataExtension.getMetricAttribute(org.deckfour.xes.model.XLog log,
java.lang.String metrickey,
java.lang.String attributekey)
Retrieve the attribute of which the key was specified or throws a NullPointerException in case of attribute not found.
|