Class | Description |
---|---|
AddAttributePlugin |
this plugin is used to add attribute to trace or event level according to existing trace attributes;
e.g.
|
AttributeLogFilterPlugin |
The original file is written by Dirk Fanhland, but modified by Kefang Ding to
adapt needs.
|
DfgRepairPlugin |
this class includes all the pieces of codes to implement the dfg transform
methods input:: Petri net, and event log output:: new modified Petri net with
marking, I'd like to say, so we need to give our result of Petri net and
DfMatrix procudere:: -- transform Petri net into Dfg -- incorporate the
negative information and give out the Dfg and Petri net model -- extract the
output of Petri net and pass it with Event log into evaluation
|
EvaluateResult |
This class includes the methods to evaluate the result by creating the
confusion matrix.
|
PreprocessPlugin | |
ResultVisualizer | |
StringSplit | |
TraceAttributeManipulatePlugin |
this plugin is used to
-- add one trace attribute call KPI from pos_outcome
-- add this trace into trace attribute and also into event attributes
It is not so easy to generalize the codes..
|
VariantViewPlugin |