Uses of Class
org.processmining.logprojection.LogView
-
-
Uses of LogView in org.processmining.logprojection
Methods in org.processmining.logprojection that return LogView Modifier and Type Method Description static LogViewLogProjectionPlugin. logToDottedChart(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.model.XLog eventlog)static LogViewLogView. readFromFile(java.io.File file)Methods in org.processmining.logprojection with parameters of type LogView Modifier and Type Method Description static DottedChartInspectorLogProjectionPlugin. visualize(org.processmining.framework.plugin.PluginContext context, LogView logView) -
Uses of LogView in org.processmining.logprojection.calculators
Constructors in org.processmining.logprojection.calculators with parameters of type LogView Constructor 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) -
Uses of LogView in org.processmining.logprojection.filters
Methods in org.processmining.logprojection.filters with parameters of type LogView Modifier and Type Method Description booleanBooleanAttributeFilter. keepEvent(LogView view, int traceIndex, int eventIndex)booleanContinuousRangeAttributeFilter. keepEvent(LogView view, int traceIndex, int eventIndex)booleanDiscreteRangeAttributeFilter. keepEvent(LogView view, int traceIndex, int eventIndex)booleanEventFilter. keepEvent(LogView view, int traceIndex, int eventIndex)booleanLiteralAttributeFilter. keepEvent(LogView view, int traceIndex, int eventIndex)booleanTraceFilter.Any. keepEvent(LogView view, int traceIndex, int eventIndex)booleanTraceFilter.First. keepEvent(LogView view, int traceIndex, int eventIndex)booleanTraceFilter.Last. keepEvent(LogView view, int traceIndex, int eventIndex)Constructors in org.processmining.logprojection.filters with parameters of type LogView Constructor 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) -
Uses of LogView in org.processmining.logprojection.lightxlog
Fields in org.processmining.logprojection.lightxlog declared as LogView Modifier and Type Field Description protected LogViewAbstractAttributable. viewConstructors in org.processmining.logprojection.lightxlog with parameters of type LogView Constructor 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) -
Uses of LogView in org.processmining.logprojection.plugins.dottedchart
Methods in org.processmining.logprojection.plugins.dottedchart that return LogView Modifier and Type Method Description LogViewDottedChart. getLogView()Constructors in org.processmining.logprojection.plugins.dottedchart with parameters of type LogView Constructor Description DottedChart(LogView log, Attribute xAttribute, Attribute yAttribute, Attribute colorAttribute, Attribute shapeAttribute) -
Uses of LogView in org.processmining.logprojection.plugins.dottedchart.filtering
Fields in org.processmining.logprojection.plugins.dottedchart.filtering declared as LogView Modifier and Type Field Description protected LogViewAbstractAttributeFilterPanel. view -
Uses of LogView in org.processmining.logprojection.plugins.dottedchart.ui
Methods in org.processmining.logprojection.plugins.dottedchart.ui that return LogView Modifier and Type Method Description LogViewDottedChartInspector. getLogView()LogViewDottedChartPanel. getLogView()Constructors in org.processmining.logprojection.plugins.dottedchart.ui with parameters of type LogView Constructor 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) -
Uses of LogView in org.processmining.logprojection.sorting
Fields in org.processmining.logprojection.sorting declared as LogView Modifier and Type Field Description protected LogViewAbstractEventBasedTraceSorter. viewConstructors in org.processmining.logprojection.sorting with parameters of type LogView Constructor Description AbstractEventBasedTraceSorter(LogView view, Attribute attribute)FirstEventAttributeTraceSorter(LogView view, Attribute attribute)LastEventAttributeTraceSorter(LogView view, Attribute attribute)TraceAttributeSorter(LogView view, Attribute attribute)TraceInFileSorter(LogView view)
-