Modifier and Type | Method and Description |
---|---|
TraceVariant |
VariantsViewMaster.getSelectVariant() |
Modifier and Type | Method and Description |
---|---|
void |
VariantViewChange.update(TraceVariant newTraceVariant) |
Constructor and Description |
---|
VariantViewChange(TraceVariant newTraceVariant) |
Constructor and Description |
---|
ListPanel(java.util.List<TraceVariant> variants) |
VariantsViewMaster(java.util.List<TraceVariant> variants,
org.deckfour.xes.info.XLogInfo info) |
VariantWholeView(java.util.List<TraceVariant> variants,
org.deckfour.xes.info.XLogInfo info) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<TraceVariant> |
EventLogUtilities.getTraceVariants(org.deckfour.xes.model.XLog log)
here we summary the log information, including variant and then show it
in a visualizer how should we use it?? If randomness is uncontrolled, but
we need to control it..
|
Modifier and Type | Method and Description |
---|---|
static void |
EventLogUtilities.assignVariantLabel(TraceVariant variant,
java.lang.String attr_name,
double prob) |
static void |
EventLogUtilities.deleteVariantFromLog(TraceVariant var,
org.deckfour.xes.model.XLog log) |
Modifier and Type | Method and Description |
---|---|
static void |
EventLogUtilities.assignVariantListLabel(java.util.List<TraceVariant> variants,
double overlap_rate,
double pos_rate) |
Modifier and Type | Class and Description |
---|---|
class |
LabeledTraceVariant
this class extends the TraceVariant by adding the pos and neg number for each
trace, to benefit the fitness counts
|
Modifier and Type | Method and Description |
---|---|
javax.swing.JComponent |
VariantViewPlugin.visualise(org.processmining.framework.plugin.PluginContext context,
java.util.List<TraceVariant> variants,
org.deckfour.xes.model.XLog log) |