org.processmining.mining.fuzzymining.graph.transform
Class ConcurrencyEdgeTransformer

java.lang.Object
  extended by org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer
      extended by org.processmining.mining.fuzzymining.graph.transform.ConcurrencyEdgeTransformer

public class ConcurrencyEdgeTransformer
extends FuzzyGraphTransformer

Author:
christian

Field Summary
protected  int counterParallelized
           
protected  int counterResolved
           
protected  FuzzyGraph graph
           
protected  double preserveThreshold
           
protected  double ratioThreshold
           
 
Fields inherited from class org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer
name
 
Constructor Summary
ConcurrencyEdgeTransformer()
           
 
Method Summary
protected  double getRelativeImportanceForEndNodes(int fromIndex, int toIndex)
           
protected  void processRelationPair(int indexA, int indexB)
           
 void setPreserveThreshold(double threshold)
           
 void setRatioThreshold(double threshold)
           
 void transform(FuzzyGraph graph)
           
 
Methods inherited from class org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer
getName, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

graph

protected FuzzyGraph graph

preserveThreshold

protected double preserveThreshold

ratioThreshold

protected double ratioThreshold

counterParallelized

protected int counterParallelized

counterResolved

protected int counterResolved
Constructor Detail

ConcurrencyEdgeTransformer

public ConcurrencyEdgeTransformer()
Method Detail

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)