public interface MiningMethod
Modifier and Type | Method and Description |
---|---|
MethodConfiguration |
getConfiguration() |
javax.swing.JComponent |
mine(org.processmining.dataawarecnetminer.common.MinerContext extensionContext) |
void |
save(org.processmining.framework.plugin.PluginContext context,
java.lang.String fileName) |
void |
updateData(org.processmining.dataawarecnetminer.model.EventRelationStorage eventStorage,
DataRelationStorage dataStorage) |
javax.swing.JComponent mine(org.processmining.dataawarecnetminer.common.MinerContext extensionContext) throws MiningException
MiningException
void save(org.processmining.framework.plugin.PluginContext context, java.lang.String fileName) throws MiningException
MiningException
MethodConfiguration getConfiguration()
void updateData(org.processmining.dataawarecnetminer.model.EventRelationStorage eventStorage, DataRelationStorage dataStorage)