public class BestEdgeTransformer extends FuzzyGraphTransformer
Modifier and Type | Field and Description |
---|---|
protected MutableFuzzyGraph |
graph |
protected int |
numberOfInitialNodes |
protected java.util.BitSet |
preserveMask |
context, name
Constructor and Description |
---|
BestEdgeTransformer(org.processmining.framework.plugin.PluginContext context) |
Modifier and Type | Method and Description |
---|---|
protected void |
buildBitMask() |
protected void |
filterEdges() |
protected boolean |
getBitMask(int x,
int y) |
protected void |
setBitMask(FMNode node) |
protected void |
setBitMask(int x,
int y,
boolean value) |
void |
transform(MutableFuzzyGraph graph) |
protected int |
translateIndex(int x,
int y) |
getContext, getName, toString
protected int numberOfInitialNodes
protected MutableFuzzyGraph graph
protected java.util.BitSet preserveMask
public BestEdgeTransformer(org.processmining.framework.plugin.PluginContext context)
public void transform(MutableFuzzyGraph graph)
transform
in class FuzzyGraphTransformer
protected void buildBitMask()
protected void filterEdges()
protected void setBitMask(FMNode node)
protected void setBitMask(int x, int y, boolean value)
protected boolean getBitMask(int x, int y)
protected int translateIndex(int x, int y)