Class TSAnalyzer
- java.lang.Object
-
- org.processmining.plugins.tsanalyzer.TSAnalyzer
-
public class TSAnalyzer extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classTSAnalyzer.annotations
-
Constructor Summary
Constructors Constructor Description TSAnalyzer(org.processmining.framework.plugin.PluginContext context, EventPayloadTransitionSystem ts, org.deckfour.xes.model.XLog log)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AnnotatedTransitionSystemannotate()Annotates the transition system according to the settings
-
-
-
Constructor Detail
-
TSAnalyzer
public TSAnalyzer(org.processmining.framework.plugin.PluginContext context, EventPayloadTransitionSystem ts, org.deckfour.xes.model.XLog log)
-
-
Method Detail
-
annotate
public AnnotatedTransitionSystem annotate()
Annotates the transition system according to the settings
-
-