Modifier and Type | Method and Description |
---|---|
static LogView |
LogProjectionPlugin.logToDottedChart(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.model.XLog eventlog) |
static LogView |
LogView.readFromFile(java.io.File file) |
Modifier and Type | Method and Description |
---|---|
static DottedChartInspector |
LogProjectionPlugin.visualize(org.processmining.framework.plugin.PluginContext context,
LogView logView) |
Constructor and Description |
---|
ContinuousCategoryCalculator(LogView view,
Attribute continuousAttribute,
boolean event) |
DiscreteCategoryCalculator(LogView view,
Attribute discreteAttribute,
boolean event) |
IdenticalEventAttributeTraceCalculator(LogView view) |
RelativeTimeAttributeCalculator(LogView view,
java.lang.String weekDay,
java.lang.String dayTime,
java.lang.String weekTime,
java.lang.String caseTime,
Attribute eventTimestamp,
Attribute traceStartTime) |
StartEndTimeTraceCalculator(LogView view,
Attribute eventTimestamp,
java.lang.String startTime,
java.lang.String endTime,
java.lang.String duration) |
Modifier and Type | Method and Description |
---|---|
boolean |
BooleanAttributeFilter.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
ContinuousRangeAttributeFilter.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
DiscreteRangeAttributeFilter.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
EventFilter.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
LiteralAttributeFilter.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
TraceFilter.First.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
TraceFilter.Any.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
boolean |
TraceFilter.Last.keepEvent(LogView view,
int traceIndex,
int eventIndex) |
Constructor and Description |
---|
AbstractEventFilter(LogView view,
Attribute attribute) |
BooleanAttributeFilter(LogView view,
Attribute attribute,
boolean keepTrue,
boolean keepFalse)
keeps events if the attribute value is true if keepTrue is set and if the
value is false if keepFalse is set.
|
ContinuousRangeAttributeFilter(LogView view,
Attribute attribute,
double min,
double max,
boolean inverted)
Keeps events as long as the value of the given attribute is the range
[min, max] (inclusive) If inverted is set to true, then events are kept
as long as the value of the given attribute is outside the range [min,
max] (exclusive)
|
DiscreteRangeAttributeFilter(LogView view,
Attribute attribute,
long min,
long max,
boolean inverted)
Keeps events as long as the value of the given attribute is the range
[min, max] (inclusive) If inverted is set to true, then events are kept
as long as the value of the given attribute is outside the range [min,
max] (exclusive)
|
LiteralAttributeFilter(LogView view,
Attribute attribute,
int... literalIndicesToKeep) |
Modifier and Type | Field and Description |
---|---|
protected LogView |
AbstractAttributable.view |
Constructor and Description |
---|
AbstractAttributable(LogView view,
DataManager<?> manager,
int number) |
LightEvent(LogView view,
int number,
java.lang.String eventClass,
int eventClassNumber) |
LightLog(LogView view,
java.lang.String name,
int numTraces) |
LightLog(LogView view,
java.lang.String name,
LightTrace... traces) |
LightTrace(LogView view,
java.lang.String name,
boolean carriesTraceAttributes,
int numEvents) |
LightTrace(LogView view,
java.lang.String name,
boolean carriesTraceAttributes,
LightEvent... events) |
LightTrace(LogView view,
java.lang.String name,
int numEvents) |
LightTrace(LogView view,
java.lang.String name,
LightEvent... events) |
Modifier and Type | Method and Description |
---|---|
LogView |
DottedChart.getLogView() |
Constructor and Description |
---|
DottedChart(LogView log,
Attribute xAttribute,
Attribute yAttribute,
Attribute colorAttribute,
Attribute shapeAttribute) |
Modifier and Type | Field and Description |
---|---|
protected LogView |
AbstractAttributeFilterPanel.view |
Modifier and Type | Method and Description |
---|---|
LogView |
DottedChartInspector.getLogView() |
LogView |
DottedChartPanel.getLogView() |
Constructor and Description |
---|
DottedChartInspector(LogView view)
Deprecated.
|
DottedChartInspector(LogView view,
java.awt.Frame owner) |
DottedChartInspector(LogView view,
java.awt.Frame owner,
org.processmining.framework.plugin.PluginContext context) |
DottedChartInspector(LogView view,
org.processmining.framework.plugin.PluginContext context) |
DottedChartPanel(LogView view) |
Modifier and Type | Field and Description |
---|---|
protected LogView |
AbstractEventBasedTraceSorter.view |
Constructor and Description |
---|
AbstractEventBasedTraceSorter(LogView view,
Attribute attribute) |
FirstEventAttributeTraceSorter(LogView view,
Attribute attribute) |
LastEventAttributeTraceSorter(LogView view,
Attribute attribute) |
TraceAttributeSorter(LogView view,
Attribute attribute) |
TraceInFileSorter(LogView view) |