Package | Description |
---|---|
org.processmining.alphaminer.abstractions | |
org.processmining.alphaminer.abstractions.impl | |
org.processmining.alphaminer.algorithms |
Modifier and Type | Method and Description |
---|---|
static AlphaSharpAbstraction<org.deckfour.xes.classification.XEventClass> |
AlphaAbstractionFactory.createAlphaSharpAbstraction(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier) |
Modifier and Type | Class and Description |
---|---|
class |
AlphaSharpAbstractionImpl<E> |
Modifier and Type | Class and Description |
---|---|
class |
AlphaSharpMinerImpl<E,A extends AlphaSharpAbstraction<E>,P extends AlphaMinerParameters> |
Modifier and Type | Method and Description |
---|---|
static <E,A extends AlphaSharpAbstraction<E>,P extends AlphaMinerParameters> |
AlphaMinerFactory.createAlphaSharpMiner(org.processmining.framework.plugin.PluginContext context,
P parameters,
A abstraction,
E artificialStart,
E artificialEnd) |
Constructor and Description |
---|
AlphaSharpConItAlgorithmImpl(org.processmining.framework.plugin.PluginContext context,
AlphaSharpAbstraction<E> abstr) |