Modifier and Type | Method and Description |
---|---|
org.deckfour.xes.model.XLog |
PLGLogGenerator.generateLog(org.processmining.framework.plugin.PluginContext context,
PlgProcess process,
PLGLogGeneratorConfiguration configuration)
This method implements the plugin for the execution and the generation of
a log, given a configuration and a process model
|
Modifier and Type | Method and Description |
---|---|
PlgProcess |
PLGProcessGenerator.generateProcess(org.processmining.framework.plugin.PluginContext context,
PLGProcessGeneratorConfiguration configuration)
This method implements the generation of a single process, starting from
the given configuration
|
Modifier and Type | Method and Description |
---|---|
static javax.swing.JComponent |
ProcessViewer.visualize(org.processmining.contexts.uitopia.UIPluginContext context,
PlgProcess process) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<PlgProcess> |
PLGLogCollection.keySet()
This method to get the set of all the processes with a log
|
java.util.Set<PlgProcess> |
PLGMineResultCollection.keySet()
This method to get the set of all the processes with a log and a miner
result
|
Modifier and Type | Method and Description |
---|---|
java.util.Set<PLGLog> |
PLGLogCollection.get(PlgProcess p)
This method to get the set of all the logs for a given process
|
java.util.Set<PLGPair<PLGLog,java.lang.Object>> |
PLGMineResultCollection.get(PlgProcess p)
This method to get the set of all the logs for a given process
|
java.util.Set<PLGLog> |
PLGLogCollection.put(PlgProcess p,
PLGLog l)
Method to add a log to the current collection
|
java.lang.Object |
PLGMineResultCollection.put(PlgProcess p,
PLGLog l,
java.lang.Object r)
Method to add a result to the current collection
|