Package | Description |
---|---|
org.processmining.logenhancement.transforming |
Modifier and Type | Method and Description |
---|---|
static CopyEventAttributePlugin.CopyType |
CopyEventAttributePlugin.CopyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CopyEventAttributePlugin.CopyType[] |
CopyEventAttributePlugin.CopyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
CopyEventAttributePlugin.doCopyAttribute(org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClasses eventClassObj,
org.deckfour.xes.classification.XEventClass sourceEvent,
java.util.List<org.deckfour.xes.classification.XEventClass> targetEventClasses,
java.lang.String attributeName,
java.lang.String newAttributeName,
CopyEventAttributePlugin.CopyType type) |