public class PartialOrderStatsPlugin
extends java.lang.Object
implements org.processmining.framework.util.HTMLToString
| Modifier and Type | Field and Description |
|---|---|
protected org.apache.commons.math3.stat.descriptive.SummaryStatistics |
stats
The summary containing the relevant statistics about isochronous groups size.
|
| Constructor and Description |
|---|
PartialOrderStatsPlugin() |
| Modifier and Type | Method and Description |
|---|---|
org.processmining.framework.util.HTMLToString |
analyzeLog(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
The plug-in variant that analyze the given partially ordered event log.
|
java.lang.String |
toHTMLString(boolean includeHTMLTags) |
protected org.apache.commons.math3.stat.descriptive.SummaryStatistics stats
public org.processmining.framework.util.HTMLToString analyzeLog(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log)
context - The context to run in.log - The event log to analyze.public java.lang.String toHTMLString(boolean includeHTMLTags)
toHTMLString in interface org.processmining.framework.util.HTMLToString