Modifier and Type | Class and Description |
---|---|
class |
BasicLogRelations
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LogRelations |
LogRelationProvider.constructBasicLogAbstraction(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log) |
LogRelations |
LogRelationProvider.constructBasicLogAbstraction(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary) |
LogRelations |
LogAbstractionConnection.getRelations() |
Modifier and Type | Method and Description |
---|---|
static LogAbstractionConnection |
LogAbstractionConnection.getConnection(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog log,
LogRelations relations) |
Constructor and Description |
---|
LogAbstractionConnection(org.deckfour.xes.model.XLog log,
LogRelations relations) |
Modifier and Type | Class and Description |
---|---|
class |
AbstractLogRelations |
Modifier and Type | Method and Description |
---|---|
static LogRelations |
LogRelationsFactory.constructAlphabLogRelations(org.deckfour.xes.model.XLog log)
Deprecated.
|
static LogRelations |
LogRelationsFactory.constructAlphaLogRelations(org.deckfour.xes.model.XLog log) |
static LogRelations |
LogRelationsFactory.constructAlphaLogRelations(org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.Progress progress) |
static LogRelations |
LogRelationsFactory.constructAlphaLogRelations(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary) |
static LogRelations |
LogRelationsFactory.constructAlphaLogRelations(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
org.processmining.framework.plugin.Progress progress) |
static LogRelations |
LogRelationsFactory.constructHeuristicsLogRelations(org.deckfour.xes.model.XLog log) |
static LogRelations |
LogRelationsFactory.constructHeuristicsLogRelations(org.deckfour.xes.model.XLog log,
org.processmining.framework.plugin.Progress progress) |
static LogRelations |
LogRelationsFactory.constructHeuristicsLogRelations(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary) |
static LogRelations |
LogRelationsFactory.constructHeuristicsLogRelations(org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo summary,
org.processmining.framework.plugin.Progress progress) |
Modifier and Type | Class and Description |
---|---|
class |
AlphaLogRelationsImpl |
class |
HeuristicsLogRelationsImpl |
Modifier and Type | Field and Description |
---|---|
protected LogRelations |
HeuristicsLogRelationsImpl.delegate |