Uses of Class
org.processmining.framework.log.LogEvents

Packages that use LogEvents
org.processmining.analysis.performance.dottedchart   
org.processmining.analysis.summary   
org.processmining.framework.log Contains various classes to extract information from log files. 
org.processmining.framework.log.filter   
org.processmining.framework.log.rfb   
org.processmining.framework.models.heuristics   
org.processmining.mining.cloudchamber   
org.processmining.mining.fuzzymining.graph   
org.processmining.mining.fuzzymining.ui   
org.processmining.mining.graphclustering   
org.processmining.mining.heuristicsmining.models   
org.processmining.mining.logabstraction Helper classes to build causal relations of the workflow log model elements. 
org.processmining.mining.patternsmining   
org.processmining.mining.snamining.miningoperation   
 

Uses of LogEvents in org.processmining.analysis.performance.dottedchart
 

Fields in org.processmining.analysis.performance.dottedchart declared as LogEvents
protected  LogEvents DottedChartAnalysis.eventsToKeep
           
 

Uses of LogEvents in org.processmining.analysis.summary
 

Methods in org.processmining.analysis.summary that return LogEvents
 LogEvents ExtendedLogSummary.getLogEvents()
           
 

Uses of LogEvents in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return LogEvents
 LogEvents LogSummary.getLogEvents()
          Returns a list of all log events (unique model element name and event type combinations) in the log.
 

Uses of LogEvents in org.processmining.framework.log.filter
 

Fields in org.processmining.framework.log.filter declared as LogEvents
protected  LogEvents LogEventLogFilter.eventsToKeep
           
 

Constructors in org.processmining.framework.log.filter with parameters of type LogEvents
EndLogFilter(LogEvents endEvents)
           
LogEventLogFilter(int load, java.lang.String name, LogEvents eventsToKeep)
           
LogEventLogFilter(LogEvents eventsToKeep)
           
LogEventLogFilterEnh(LogEvents eventsToKeep)
          Constructor.
LogEventLogFilterEnh(LogEvents eventsToKeep, double percTask, double percPI)
          Constructor.
LogEventLogFilterEnh(LogEvents eventsToKeep, double percTask, double percPI, java.lang.String selectedItemComboBox)
           
StartLogFilter(LogEvents startEvents)
           
 

Uses of LogEvents in org.processmining.framework.log.rfb
 

Fields in org.processmining.framework.log.rfb declared as LogEvents
protected  LogEvents LightweightLogSummary.logEvents
          Extended array list containing the log's events, i.e.
 

Methods in org.processmining.framework.log.rfb that return LogEvents
 LogEvents LightweightLogSummary.getLogEvents()
           
 

Uses of LogEvents in org.processmining.framework.models.heuristics
 

Fields in org.processmining.framework.models.heuristics declared as LogEvents
protected  LogEvents ContinuousSemanticsParser.logEvents
           
 

Methods in org.processmining.framework.models.heuristics that return LogEvents
 LogEvents HeuristicsNet.getLogEvents()
           
 

Methods in org.processmining.framework.models.heuristics with parameters of type LogEvents
 void HeuristicsNet.setLogEvents(LogEvents newEvents)
          This method changes the LogEvents associated to the HeuristicsNet.
 

Constructors in org.processmining.framework.models.heuristics with parameters of type LogEvents
HeuristicsNet(LogEvents events)
          This method builds a net without duplicate tasks.
HeuristicsNet(LogEvents events, int[] duplicatesMapping, HNSubSet[] reverseDuplicatesMapping)
          This method builds a net that may contain duplicate tasks.
 

Uses of LogEvents in org.processmining.mining.cloudchamber
 

Fields in org.processmining.mining.cloudchamber declared as LogEvents
protected  LogEvents CloudChamberStats.events
           
 

Uses of LogEvents in org.processmining.mining.fuzzymining.graph
 

Fields in org.processmining.mining.fuzzymining.graph declared as LogEvents
protected  LogEvents FuzzyGraph.events
           
 

Methods in org.processmining.mining.fuzzymining.graph that return LogEvents
 LogEvents FuzzyGraph.getLogEvents()
           
 

Uses of LogEvents in org.processmining.mining.fuzzymining.ui
 

Fields in org.processmining.mining.fuzzymining.ui declared as LogEvents
protected  LogEvents BinaryMetricsComparisonPanel.events
           
protected  LogEvents BinaryMetricsPanel.events
           
protected  LogEvents UnaryMetricsPanel.events
           
 

Constructors in org.processmining.mining.fuzzymining.ui with parameters of type LogEvents
BinaryMetricsPanel(BinaryMetric aMetric, LogEvents events)
           
UnaryMetricsPanel(LogEvents events)
           
 

Uses of LogEvents in org.processmining.mining.graphclustering
 

Fields in org.processmining.mining.graphclustering declared as LogEvents
protected  LogEvents ClusterGraph.events
           
protected  LogEvents FrequencyAbstractionMiner.logEvents
           
protected  LogEvents FrequencyAbstractionResult.logEvents
           
protected  LogEvents SpareClusterGraph.logEvents
           
 

Methods in org.processmining.mining.graphclustering that return LogEvents
 LogEvents ClusterGraph.getLogEvents()
           
 

Constructors in org.processmining.mining.graphclustering with parameters of type LogEvents
ClusterGraph(LogEvents events, cern.colt.matrix.DoubleMatrix2D followMatrix)
           
FrequencyAbstractionResult(LogReader reader, LogEvents events, cern.colt.matrix.DoubleMatrix2D follows)
           
SpareClusterGraph(LogEvents aLogEvents, cern.colt.matrix.DoubleMatrix2D aFollowMatrix, double aThreshold)
           
 

Uses of LogEvents in org.processmining.mining.heuristicsmining.models
 

Constructors in org.processmining.mining.heuristicsmining.models with parameters of type LogEvents
DependencyHeuristicsNet(LogEvents events, cern.colt.matrix.DoubleMatrix2D dependencyMeasures, cern.colt.matrix.DoubleMatrix2D directSuccessionCount)
           
 

Uses of LogEvents in org.processmining.mining.logabstraction
 

Fields in org.processmining.mining.logabstraction declared as LogEvents
protected  LogEvents LogRelations.events
           
 

Methods in org.processmining.mining.logabstraction that return LogEvents
 LogEvents LogAbstraction.getLogEvents()
           
 LogEvents LogRelations.getLogEvents()
           
 

Constructors in org.processmining.mining.logabstraction with parameters of type LogEvents
LogRelations(cern.colt.matrix.DoubleMatrix2D causal, cern.colt.matrix.DoubleMatrix2D parallel, cern.colt.matrix.DoubleMatrix1D end, cern.colt.matrix.DoubleMatrix1D start, cern.colt.matrix.DoubleMatrix1D loops, LogEvents events)
           
MutableLogRelations(cern.colt.matrix.DoubleMatrix2D causal, cern.colt.matrix.DoubleMatrix2D parallel, cern.colt.matrix.DoubleMatrix1D end, cern.colt.matrix.DoubleMatrix1D start, cern.colt.matrix.DoubleMatrix1D loops, LogEvents events)
           
 

Uses of LogEvents in org.processmining.mining.patternsmining
 

Fields in org.processmining.mining.patternsmining declared as LogEvents
protected  LogEvents DependenciesTables.events
           
 

Methods in org.processmining.mining.patternsmining that return LogEvents
 LogEvents DependenciesTables.getLogEvents()
           
 

Constructors in org.processmining.mining.patternsmining with parameters of type LogEvents
DependenciesTables(cern.colt.matrix.DoubleMatrix2D causal, cern.colt.matrix.DoubleMatrix2D parallel, cern.colt.matrix.DoubleMatrix1D end, cern.colt.matrix.DoubleMatrix1D start, cern.colt.matrix.DoubleMatrix1D loops, LogEvents events)
           
 

Uses of LogEvents in org.processmining.mining.snamining.miningoperation
 

Fields in org.processmining.mining.snamining.miningoperation declared as LogEvents
protected  LogEvents BasicOperation.modelElements