| Package | Description |
|---|---|
| org.processmining.plugins.log.metrics | |
| org.processmining.plugins.log.metrics.exceptions | |
| org.processmining.plugins.log.metrics.extensions |
| Modifier and Type | Method and Description |
|---|---|
LogMetricType |
LogMetricResult.getType() |
static LogMetricType |
LogMetricType.getTypeByName(java.lang.String name) |
static LogMetricType |
LogMetricType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LogMetricType[] |
LogMetricType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
LogMetricResult(org.deckfour.xes.model.XLog originalLog,
LogMetricType type,
java.lang.String name,
java.lang.String key,
double value) |
| Constructor and Description |
|---|
MetricNotExistException(LogMetricType type,
java.lang.String metrickey) |
| Modifier and Type | Method and Description |
|---|---|
LogMetricType |
AbstractXMetricsMetadataExtension.getType() |