public class AddAttributePlugin
extends java.lang.Object
| Constructor and Description |
|---|
AddAttributePlugin() |
| Modifier and Type | Method and Description |
|---|---|
void |
addAttribute(org.processmining.contexts.uitopia.UIPluginContext context,
org.deckfour.xes.model.XLog log) |
void |
doAddAttribute(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 newAttributeName,
java.lang.Class<? extends org.deckfour.xes.model.XAttribute> newAttributeType,
java.lang.String valueAsString,
boolean overwrite) |
public void addAttribute(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.UserCancelledExceptionpublic void doAddAttribute(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 newAttributeName,
java.lang.Class<? extends org.deckfour.xes.model.XAttribute> newAttributeType,
java.lang.String valueAsString,
boolean overwrite)