public class ChangeAttributeTypePlugin
extends java.lang.Object
Constructor and Description |
---|
ChangeAttributeTypePlugin() |
Modifier and Type | Method and Description |
---|---|
void |
changeAttributeType(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
void |
doChangeAttributeType(org.deckfour.xes.factory.XFactory factory,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.info.XLogInfo logInfo,
java.util.List<org.deckfour.xes.classification.XEventClass> selectedEventClasses,
java.lang.String attributeName,
java.lang.Class<? extends org.deckfour.xes.model.XAttribute> changedAttributeType,
boolean failOnError) |
public void changeAttributeType(org.processmining.contexts.uitopia.UIPluginContext context, org.deckfour.xes.model.XLog log) throws org.processmining.framework.util.ui.widgets.helper.UserCancelledException
org.processmining.framework.util.ui.widgets.helper.UserCancelledException
public void doChangeAttributeType(org.deckfour.xes.factory.XFactory factory, org.deckfour.xes.model.XLog log, org.deckfour.xes.info.XLogInfo logInfo, java.util.List<org.deckfour.xes.classification.XEventClass> selectedEventClasses, java.lang.String attributeName, java.lang.Class<? extends org.deckfour.xes.model.XAttribute> changedAttributeType, boolean failOnError)