org.processmining.mining.fuzzymining.graph.transform
Class ConcurrencyEdgeTransformer
java.lang.Object
org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer
org.processmining.mining.fuzzymining.graph.transform.ConcurrencyEdgeTransformer
public class ConcurrencyEdgeTransformer
- extends FuzzyGraphTransformer
- Author:
- christian
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
graph
protected FuzzyGraph graph
preserveThreshold
protected double preserveThreshold
ratioThreshold
protected double ratioThreshold
counterParallelized
protected int counterParallelized
counterResolved
protected int counterResolved
ConcurrencyEdgeTransformer
public ConcurrencyEdgeTransformer()
setPreserveThreshold
public void setPreserveThreshold(double threshold)
setRatioThreshold
public void setRatioThreshold(double threshold)
transform
public void transform(FuzzyGraph graph)
- Specified by:
transform
in class FuzzyGraphTransformer
processRelationPair
protected void processRelationPair(int indexA,
int indexB)
getRelativeImportanceForEndNodes
protected double getRelativeImportanceForEndNodes(int fromIndex,
int toIndex)