Modifier and Type | Field and Description |
---|---|
protected FMLogEvents |
MutableFuzzyGraph.events |
Modifier and Type | Method and Description |
---|---|
FMLogEvents |
FuzzyGraph.getLogEvents()
Returns a copy of the LogEvents contained in the log, which has been
mined with the Fuzzy Miner.
|
FMLogEvents |
MutableFuzzyGraph.getLogEvents() |
Constructor and Description |
---|
MutableFuzzyGraph(UnaryMetric nodeSignificance,
BinaryMetric edgeSignificance,
BinaryMetric edgeCorrelation,
org.deckfour.xes.model.XLog log,
FMLogEvents logEvents,
boolean isFuzzyMap) |
Modifier and Type | Method and Description |
---|---|
static FMLogEvents |
FuzzyMinerLog.getLogEvents(org.deckfour.xes.model.XLog log) |
Modifier and Type | Field and Description |
---|---|
protected FMLogEvents |
TraceSimilarityMetric.logEvents |
Modifier and Type | Field and Description |
---|---|
protected FMLogEvents |
FMEventEditor.events |
Modifier and Type | Field and Description |
---|---|
protected FMLogEvents |
TraceReplay.events |
Constructor and Description |
---|
TraceReplay(FuzzyGraph graph,
org.deckfour.xes.model.XLog log,
FMLogEvents events,
int traceIndex) |
Modifier and Type | Field and Description |
---|---|
protected FMLogEvents |
BinaryMetricsComparisonPanel.events |
protected FMLogEvents |
BinaryMetricsPanel.events |
protected FMLogEvents |
UnaryMetricsPanel.events |
Constructor and Description |
---|
BinaryMetricsPanel(BinaryMetric aMetric,
FMLogEvents events) |
UnaryMetricsPanel(FMLogEvents events) |