Class and Description |
---|
LabeledTraceVariant
this class extends the TraceVariant by adding the pos and neg number for each
trace, to benefit the fitness counts
|
LTRule |
XORCluster
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
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] .
|
Class and Description |
---|
AttributeLogFilter |
TraceVariant |
Class and Description |
---|
DfgProcessResult |
XORCluster
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]
|
Class and Description |
---|
LabeledTraceVariant
this class extends the TraceVariant by adding the pos and neg number for each
trace, to benefit the fitness counts
|
TraceVariant |
Class and Description |
---|
DfMatrix
this class is used to store the direct follow relation from existing, pos and
neg dfg.
|
LTRule |
TraceVariant |
XORCluster
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
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] .
|
Class and Description |
---|
AttributeLogFilter |
DfgProcessResult |
TraceVariant |