public class Filter
extends java.lang.Object
Constructor and Description |
---|
Filter() |
Modifier and Type | Method and Description |
---|---|
static void |
filterConcurrencyGraph(IntDfg dfg,
float threshold)
Filter a graph.
|
static void |
filterDirectlyFollowsGraph(IntDfg dfg,
float threshold)
Filter a graph.
|
static void |
filterEndActivities(IntDfg dfg,
float threshold)
Filter start activities.
|
static IMLogInfo |
filterNoise(IMLogInfo logInfo,
float threshold) |
static IntDfg |
filterNoise(IntDfg dfg,
float threshold) |
static void |
filterStartActivities(IntDfg dfg,
float threshold)
Filter start activities.
|
public static void filterDirectlyFollowsGraph(IntDfg dfg, float threshold)
graph
- threshold
- public static void filterConcurrencyGraph(IntDfg dfg, float threshold)
graph
- threshold
- public static void filterStartActivities(IntDfg dfg, float threshold)
activities
- threshold
- public static void filterEndActivities(IntDfg dfg, float threshold)
activities
- threshold
-