Package | Description |
---|---|
org.processmining.logenhancement.transforming |
Modifier and Type | Method and Description |
---|---|
static AnonymizeLogPlugin.AnonymizationType |
AnonymizeLogPlugin.AnonymizationType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnonymizeLogPlugin.AnonymizationType[] |
AnonymizeLogPlugin.AnonymizationType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
AnonymizeLogPlugin.doAnonymizeLog(org.processmining.framework.plugin.Progress progress,
org.deckfour.xes.model.XLog log,
org.deckfour.xes.classification.XEventClassifier classifier,
org.deckfour.xes.factory.XFactory factory,
java.util.Set<java.lang.String> attributesToAnonymize,
java.util.Map<java.lang.String,java.lang.Class<? extends org.deckfour.xes.model.XAttribute>> attributeType,
java.util.Map<java.lang.String,java.lang.String> obfuscationMap,
AnonymizeLogPlugin.AnonymizationType type) |