| Modifier and Type | Class and Description |
|---|---|
class |
KeyValueInternal |
class |
KeyValueTrove |
| Modifier and Type | Method and Description |
|---|---|
protected KeyValue |
LoadCPNToolsLog.importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
protected KeyValue |
LoadCSVFile.importFromStream(org.processmining.framework.plugin.PluginContext context,
java.io.InputStream input,
java.lang.String filename,
long fileSizeInBytes) |
static KeyValue |
LogToKeyValue.logToKeyValue(org.processmining.framework.plugin.PluginContext context,
XLog log) |
static KeyValue |
MergeKeyValueSets.merge(org.processmining.framework.plugin.PluginContext context,
KeyValue[] sets) |
static KeyValue |
ChangeKeyValueSet.transform(org.processmining.framework.plugin.PluginContext context,
KeyValue set,
java.util.Map<java.lang.String,ChangeKeyValueSet.Operation> transformation) |
static KeyValue |
ChangeKeyValueSet.transform(org.processmining.contexts.uitopia.UIPluginContext context,
KeyValue set) |
| Modifier and Type | Method and Description |
|---|---|
static javax.swing.table.DefaultTableModel |
Helper.buildSampleTable(KeyValue set,
java.util.Set<java.lang.String> values) |
static void |
ExportToCSVFile.export(org.processmining.framework.plugin.PluginContext context,
KeyValue table,
java.io.File file) |
static java.util.Set<java.lang.String> |
Helper.gatherKeys(KeyValue set) |
static java.lang.Object[] |
KeyValueToLog.keyValueToLog(org.processmining.framework.plugin.PluginContext context,
Mapping mapping,
KeyValue... set) |
static java.lang.Object[] |
KeyValueToLog.keyValueToLog(org.processmining.contexts.uitopia.UIPluginContext context,
KeyValue... set) |
static KeyValue |
MergeKeyValueSets.merge(org.processmining.framework.plugin.PluginContext context,
KeyValue[] sets) |
static KeyValue |
ChangeKeyValueSet.transform(org.processmining.framework.plugin.PluginContext context,
KeyValue set,
java.util.Map<java.lang.String,ChangeKeyValueSet.Operation> transformation) |
static KeyValue |
ChangeKeyValueSet.transform(org.processmining.contexts.uitopia.UIPluginContext context,
KeyValue set) |