Uses of Class
org.processmining.mining.fuzzymining.graph.transform.FuzzyGraphTransformer

Packages that use FuzzyGraphTransformer
org.processmining.mining.fuzzymining.graph.transform   
 

Uses of FuzzyGraphTransformer in org.processmining.mining.fuzzymining.graph.transform
 

Subclasses of FuzzyGraphTransformer in org.processmining.mining.fuzzymining.graph.transform
 class BestEdgeTransformer
           
 class ConcurrencyEdgeTransformer
           
 class FastTransformer
           
 class FuzzyEdgeTransformer
           
 class SimpleTransformer
           
 class StatisticalCleanupTransformer
           
 

Fields in org.processmining.mining.fuzzymining.graph.transform with type parameters of type FuzzyGraphTransformer
protected  java.util.ArrayList<FuzzyGraphTransformer> FastTransformer.interimTransformers
           
protected  java.util.ArrayList<FuzzyGraphTransformer> FastTransformer.postTransformers
           
protected  java.util.ArrayList<FuzzyGraphTransformer> FastTransformer.preTransformers
           
 

Methods in org.processmining.mining.fuzzymining.graph.transform with parameters of type FuzzyGraphTransformer
 void FastTransformer.addInterimTransformer(FuzzyGraphTransformer transformer)
           
 void FastTransformer.addPostTransformer(FuzzyGraphTransformer transformer)
           
 void FastTransformer.addPreTransformer(FuzzyGraphTransformer transformer)
           
 boolean FastTransformer.removeInterimTransformer(FuzzyGraphTransformer transformer)
           
 boolean FastTransformer.removePostTransformer(FuzzyGraphTransformer transformer)
           
 boolean FastTransformer.removePreTransformer(FuzzyGraphTransformer transformer)