Class | Description |
---|---|
AttributeLogFilter | |
DfgProcessResult | |
DfMatrix |
this class is used to store the direct follow relation from existing, pos and
neg dfg.
|
LabeledTraceVariant |
this class extends the TraceVariant by adding the pos and neg number for each
trace, to benefit the fitness counts
|
LTRule<E> | |
PTNode |
this class is used to customize my own model for process tree
|
ReplayState |
this class is used to record the current state for token replay.
|
TraceVariant | |
XESTrace | |
XORCluster<T> |
this class is used to represent the structure of seq, parallel, loop for xor
structure, not sure about the xor big branch, what to do ?? I need to
organize it !! attributes:: -- keyNode: to store the element from process
tree -- xor structure list :: -- the begin and end xor structure for it
++ begin and end xor structure:: -- seq: the first and end xor structure --
parallel: the xor from all branches -- xor: we need to merge it and still we
need to have the begin and end parts -- the previous process element
structure of it
methods:: -- assign and get the xor begin and end,set them -- create pair
combinations of it -- if it is xor, we need to merge them, or we create the
xor structure to use them?? [consider it later]
|
XORClusterPair<T> |
this class is only for storing the cluster pair with xor block, it means we
only create pair of [Not NXor | NXor]* [Not NXor | NXor] .
|