public class NewConcurrencyEdgeTransformer extends FuzzyGraphTransformer
| Modifier and Type | Field and Description |
|---|---|
protected int |
counterParallelized |
protected int |
counterResolved |
protected MutableFuzzyGraph |
graph |
protected double |
preserveThreshold |
protected double |
ratioThreshold |
context, name| Constructor and Description |
|---|
NewConcurrencyEdgeTransformer(org.processmining.framework.plugin.PluginContext context) |
| Modifier and Type | Method and Description |
|---|---|
protected double |
getRelativeImportanceForEndNodes(int fromIndex,
int toIndex) |
protected void |
processRelationPair(int indexA,
int indexB) |
void |
setPreserveThreshold(double threshold) |
void |
setRatioThreshold(double threshold) |
void |
transform(MutableFuzzyGraph graph) |
getContext, getName, toStringprotected MutableFuzzyGraph graph
protected double preserveThreshold
protected double ratioThreshold
protected int counterParallelized
protected int counterResolved
public NewConcurrencyEdgeTransformer(org.processmining.framework.plugin.PluginContext context)
public void setPreserveThreshold(double threshold)
public void setRatioThreshold(double threshold)
public void transform(MutableFuzzyGraph graph)
transform in class FuzzyGraphTransformerprotected void processRelationPair(int indexA,
int indexB)
protected double getRelativeImportanceForEndNodes(int fromIndex,
int toIndex)