Uses of Interface
org.processmining.framework.log.LogSummary

Packages that use LogSummary
org.processmining.analysis.originator   
org.processmining.analysis.summary   
org.processmining.framework.log Contains various classes to extract information from log files. 
org.processmining.framework.log.classic   
org.processmining.framework.log.filter   
org.processmining.framework.log.proxy   
org.processmining.framework.log.rfb   
org.processmining.framework.models.petrinet.algorithms.logReplay   
org.processmining.framework.ui Contains classes that form the user interface of the process mining tool. 
org.processmining.mining Contains all mining algorithms. 
org.processmining.mining.armining   
org.processmining.mining.benchmark   
org.processmining.mining.change   
org.processmining.mining.cloudchamber   
org.processmining.mining.conversion   
org.processmining.mining.dmcscanning   
org.processmining.mining.dmcscanning.freqstat   
org.processmining.mining.dmcscanning.ui   
org.processmining.mining.dwsmining   
org.processmining.mining.fuzzymining   
org.processmining.mining.fuzzymining.metrics   
org.processmining.mining.fuzzymining.metrics.trace   
org.processmining.mining.geneticmining   
org.processmining.mining.geneticmining.duplicates   
org.processmining.mining.graphclustering   
org.processmining.mining.heuristicsmining   
org.processmining.mining.logabstraction Helper classes to build causal relations of the workflow log model elements. 
org.processmining.mining.organizationmining   
org.processmining.mining.partialordermining   
org.processmining.mining.patternsmining   
org.processmining.mining.regionmining   
org.processmining.mining.snamining   
org.processmining.mining.snamining.miningoperation   
org.processmining.mining.snamining.miningoperation.handover   
org.processmining.mining.snamining.miningoperation.reassignment   
org.processmining.mining.snamining.miningoperation.similartask   
org.processmining.mining.snamining.miningoperation.subcontract   
org.processmining.mining.snamining.miningoperation.workingtogether   
org.processmining.mining.snamining.model   
org.processmining.mining.traceclustering   
org.processmining.mining.tsmining   
 

Uses of LogSummary in org.processmining.analysis.originator
 

Constructors in org.processmining.analysis.originator with parameters of type LogSummary
OTMatrix2DTableModel(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.analysis.summary
 

Classes in org.processmining.analysis.summary that implement LogSummary
 class ExtendedLogSummary
          Title:
 

Fields in org.processmining.analysis.summary declared as LogSummary
protected  LogSummary LogSummaryUI.summary
           
 

Constructors in org.processmining.analysis.summary with parameters of type LogSummary
LogSummaryUI(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return LogSummary
abstract  LogSummary LogReader.getLogSummary()
          Returns a LogSummary object with summarized info about the workflow log.
 

Methods in org.processmining.framework.log with parameters of type LogSummary
abstract  LogFilterParameterDialog LogFilter.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 

Uses of LogSummary in org.processmining.framework.log.classic
 

Methods in org.processmining.framework.log.classic that return LogSummary
 LogSummary LogReaderClassic.getLogSummary()
           
 

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

Fields in org.processmining.framework.log.filter declared as LogSummary
protected  LogSummary LogFilterParameterDialog.summary
           
 

Methods in org.processmining.framework.log.filter that return LogSummary
 LogSummary RemapElementLogFilterParamDialog.getSummary()
           
 

Methods in org.processmining.framework.log.filter with parameters of type LogSummary
 LogFilterParameterDialog ActivityInversionFilter.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 LogFilterParameterDialog AddArtificialEndTaskLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog AddArtificialStartTaskLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog AddNoiseLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog DataAttributeLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog DuplicateTasksLogFilter.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 LogFilterParameterDialog IntermediateRepetitionsFilter.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 LogFilterParameterDialog LogAttributeReplacementFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog LogEventLogFilterEnh.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 LogFilterParameterDialog LogOriginatorLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog ObfuscationFilter.getParameterDialog(LogSummary summary)
          Returns a Panel for the setting of parameters.
 LogFilterParameterDialog RemapElementLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog TransitiveCalculationLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog AbstractLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog DefaultLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog EndLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog LogEventLogFilter.getParameterDialog(LogSummary summary)
           
 LogFilterParameterDialog StartLogFilter.getParameterDialog(LogSummary summary)
           
 

Constructors in org.processmining.framework.log.filter with parameters of type LogSummary
LogFilterParameterDialog(LogSummary summary, LogFilter filter)
           
RemapElementLogFilterParamDialog(LogSummary summary, LogFilter filter)
           
 

Uses of LogSummary in org.processmining.framework.log.proxy
 

Methods in org.processmining.framework.log.proxy that return LogSummary
 LogSummary ProxyLogReader.getLogSummary()
           
 

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

Classes in org.processmining.framework.log.rfb that implement LogSummary
 class LightweightLogSummary
          This class implements the log summary data structure in a lightweight manner.
 

Methods in org.processmining.framework.log.rfb that return LogSummary
 LogSummary BufferedLogReader.getLogSummary()
           
 

Methods in org.processmining.framework.log.rfb with parameters of type LogSummary
protected static java.lang.String LogSummaryFormatter.encodeLogEvents(LogSummary summary)
          Formats a set of log events, including their sorting by occurrence count and calculation of occurrence percentages (based on the total number of audit trail entries in a log file).; internal helper method.
protected static java.lang.String LogSummaryFormatter.encodeOriginators(LogSummary summary)
          Formats a set of originators, including their sorting by occurrence count and calculation of occurrence percentages (based on the total number of audit trail entries in a log file).; internal helper method.
protected static java.lang.String LogSummaryFormatter.encodeProcessInstances(LogSummary summary)
          Formats a set of process instances, including their sorting by occurrence count and calculation of occurrence percentages (based on the total number of process instances in a log file).; internal helper method.
static java.lang.String LogSummaryFormatter.format(LogSummary summary)
          Formats information contained in a LogSummary in HTML string format.
 

Uses of LogSummary in org.processmining.framework.models.petrinet.algorithms.logReplay
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return LogSummary
 LogSummary ReplayedLogReader.getLogSummary()
          Retrieves the log summary from the internally held LogReader to, e.g., find the corresponding log event for an audit trail entry.
 

Uses of LogSummary in org.processmining.framework.ui
 

Fields in org.processmining.framework.ui declared as LogSummary
protected  LogSummary OpenLogSettings.summary
           
 

Methods in org.processmining.framework.ui that return LogSummary
 LogSummary MiningSettings.getLogSummary()
           
 LogSummary OpenLogSettings.getLogSummary()
          getLogSummary
 

Constructors in org.processmining.framework.ui with parameters of type LogSummary
AdvancedLogFilterSettingsComponent(LogSummary summary)
           
DefaultLogFilterUI(LogSummary summary)
          Construct a UI for selecting options for a logfile.
DefaultLogFilterUI(LogSummary summary, boolean showStartEnd, java.lang.String selectedProcess, java.util.HashMap events)
          Construct a UI for selecting options for a logfile.
 

Uses of LogSummary in org.processmining.mining
 

Methods in org.processmining.mining with parameters of type LogSummary
 javax.swing.JPanel DummyMiningPlugin.getOptionsPanel(LogSummary summary)
           
 javax.swing.JPanel MiningPlugin.getOptionsPanel(LogSummary summary)
          Returns the option panel associated with this mining algorithm or null if it has no options panel.
 

Uses of LogSummary in org.processmining.mining.armining
 

Methods in org.processmining.mining.armining with parameters of type LogSummary
 javax.swing.JPanel ARMiner.getOptionsPanel(LogSummary logSummary)
          Return a JPanel that contains a user interface for setting the options that are specific to this plugin.
 

Constructors in org.processmining.mining.armining with parameters of type LogSummary
ARMinerUI(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.benchmark
 

Methods in org.processmining.mining.benchmark with parameters of type LogSummary
protected  void LogReaderComparator.compare(LogSummary a, LogSummary b)
           
 javax.swing.JPanel LogReaderBenchmark.getOptionsPanel(LogSummary summary)
           
 javax.swing.JPanel LogReaderComparator.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.change
 

Methods in org.processmining.mining.change with parameters of type LogSummary
 javax.swing.JPanel ChangeMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.cloudchamber
 

Methods in org.processmining.mining.cloudchamber with parameters of type LogSummary
 javax.swing.JPanel CloudChamberMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.conversion
 

Methods in org.processmining.mining.conversion with parameters of type LogSummary
 javax.swing.JPanel CaseDataExtractor.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.dmcscanning
 

Methods in org.processmining.mining.dmcscanning with parameters of type LogSummary
 javax.swing.JPanel DmcMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.dmcscanning.freqstat
 

Methods in org.processmining.mining.dmcscanning.freqstat with parameters of type LogSummary
 javax.swing.JPanel DmcProximitySensing.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.dmcscanning.ui
 

Fields in org.processmining.mining.dmcscanning.ui declared as LogSummary
protected  LogSummary DmcOptionsPanel.summary
           
 

Constructors in org.processmining.mining.dmcscanning.ui with parameters of type LogSummary
DmcOptionsPanel(DmcMiner aMiner, LogSummary aSummary)
          constructor
 

Uses of LogSummary in org.processmining.mining.dwsmining
 

Methods in org.processmining.mining.dwsmining with parameters of type LogSummary
 javax.swing.JPanel DWSMiner.getOptionsPanel(LogSummary arg)
           
 

Uses of LogSummary in org.processmining.mining.fuzzymining
 

Methods in org.processmining.mining.fuzzymining with parameters of type LogSummary
 javax.swing.JPanel FuzzyMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.fuzzymining.metrics
 

Methods in org.processmining.mining.fuzzymining.metrics with parameters of type LogSummary
static MetricsRepository MetricsRepository.createRepository(LogSummary logSummary)
           
 

Uses of LogSummary in org.processmining.mining.fuzzymining.metrics.trace
 

Constructors in org.processmining.mining.fuzzymining.metrics.trace with parameters of type LogSummary
TraceMetric(java.lang.String aName, java.lang.String aDescription, LogSummary logSummary)
           
TraceScatterMetric(LogSummary logSummary)
           
TraceSizeMetric(LogSummary logSummary)
           
TraceVarietyMetric(LogSummary logSummary)
           
 

Uses of LogSummary in org.processmining.mining.geneticmining
 

Methods in org.processmining.mining.geneticmining with parameters of type LogSummary
 javax.swing.JPanel RealGeneticMiner.getOptionsPanel(LogSummary summary)
           
 

Constructors in org.processmining.mining.geneticmining with parameters of type LogSummary
GeneticMinerUI(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.geneticmining.duplicates
 

Methods in org.processmining.mining.geneticmining.duplicates with parameters of type LogSummary
 javax.swing.JPanel DTGeneticMiner.getOptionsPanel(LogSummary summary)
           
 

Constructors in org.processmining.mining.geneticmining.duplicates with parameters of type LogSummary
DTGeneticMinerUI(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.graphclustering
 

Methods in org.processmining.mining.graphclustering with parameters of type LogSummary
 javax.swing.JPanel FrequencyAbstractionMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.heuristicsmining
 

Methods in org.processmining.mining.heuristicsmining with parameters of type LogSummary
 javax.swing.JPanel HeuristicsMiner.getOptionsPanel(LogSummary summary)
           
 

Constructors in org.processmining.mining.heuristicsmining with parameters of type LogSummary
HeuristicsMinerGUI(LogSummary summary, HeuristicsMinerParameters parameters)
           
 

Uses of LogSummary in org.processmining.mining.logabstraction
 

Methods in org.processmining.mining.logabstraction with parameters of type LogSummary
 javax.swing.JPanel LogRelationBasedAlgorithm.getOptionsPanel(LogSummary summary)
           
 

Constructors in org.processmining.mining.logabstraction with parameters of type LogSummary
LogRelationUI(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.organizationmining
 

Methods in org.processmining.mining.organizationmining with parameters of type LogSummary
 void OrgMiner.defalutMiner(LogReader log, LogSummary summary)
           
 javax.swing.JPanel OrgMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.partialordermining
 

Methods in org.processmining.mining.partialordermining with parameters of type LogSummary
 javax.swing.JPanel PartialOrderAggregationPlugin.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.patternsmining
 

Methods in org.processmining.mining.patternsmining with parameters of type LogSummary
 javax.swing.JPanel WorkflowPatternsMiner.getOptionsPanel(LogSummary arg0)
           
 

Constructors in org.processmining.mining.patternsmining with parameters of type LogSummary
WorkflowPatternsOptions(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.regionmining
 

Methods in org.processmining.mining.regionmining with parameters of type LogSummary
 javax.swing.JPanel LanguageRegionMiner.getOptionsPanel(LogSummary summary)
           
 javax.swing.JPanel RegionMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.snamining
 

Methods in org.processmining.mining.snamining with parameters of type LogSummary
 javax.swing.JPanel SocialNetworkMiner.getOptionsPanel(LogSummary summary)
           
 

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

Fields in org.processmining.mining.snamining.miningoperation declared as LogSummary
protected  LogSummary BasicOperation.summary
           
 

Methods in org.processmining.mining.snamining.miningoperation with parameters of type LogSummary
static BasicOperation OperationFactory.getOperation(int indexType, LogSummary summary, LogReader log)
           
 

Constructors in org.processmining.mining.snamining.miningoperation with parameters of type LogSummary
BasicOperation(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.miningoperation.handover
 

Constructors in org.processmining.mining.snamining.miningoperation.handover with parameters of type LogSummary
Handover_CCCDCM(LogSummary summary, LogReader log)
           
Handover_CCCDIM(LogSummary summary, LogReader log)
           
Handover_CCIDCM(LogSummary summary, LogReader log)
           
Handover_CCIDIM(LogSummary summary, LogReader log)
           
Handover_ICCDCM(LogSummary summary, LogReader log)
           
Handover_ICCDIM(LogSummary summary, LogReader log)
           
Handover_ICIDCM(LogSummary summary, LogReader log)
           
Handover_ICIDIM(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.miningoperation.reassignment
 

Constructors in org.processmining.mining.snamining.miningoperation.reassignment with parameters of type LogSummary
Reassignment_CM(LogSummary summary, LogReader log)
           
Reassignment_IM(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.miningoperation.similartask
 

Constructors in org.processmining.mining.snamining.miningoperation.similartask with parameters of type LogSummary
Similartask_CC(LogSummary summary, LogReader log)
           
Similartask_ED(LogSummary summary, LogReader log)
           
Similartask_HD(LogSummary summary, LogReader log)
           
Similartask_SC(LogSummary summary, LogReader log)
           
SimilartaskBase(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.miningoperation.subcontract
 

Constructors in org.processmining.mining.snamining.miningoperation.subcontract with parameters of type LogSummary
Subcontract_CCCDCM(LogSummary summary, LogReader log)
           
Subcontract_CCCDIM(LogSummary summary, LogReader log)
           
Subcontract_CCIDCM(LogSummary summary, LogReader log)
           
Subcontract_CCIDIM(LogSummary summary, LogReader log)
           
Subcontract_ICCDCM(LogSummary summary, LogReader log)
           
Subcontract_ICCDIM(LogSummary summary, LogReader log)
           
Subcontract_ICIDCM(LogSummary summary, LogReader log)
           
Subcontract_ICIDIM(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.miningoperation.workingtogether
 

Constructors in org.processmining.mining.snamining.miningoperation.workingtogether with parameters of type LogSummary
Workingtogether_DWC(LogSummary summary, LogReader log)
           
Workingtogether_DWTC(LogSummary summary, LogReader log)
           
Workingtogether_SAR(LogSummary summary, LogReader log)
           
 

Uses of LogSummary in org.processmining.mining.snamining.model
 

Constructors in org.processmining.mining.snamining.model with parameters of type LogSummary
OriginatorsModel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.traceclustering
 

Fields in org.processmining.mining.traceclustering declared as LogSummary
protected  LogSummary TraceClusteringMiner.summary
           
 

Methods in org.processmining.mining.traceclustering with parameters of type LogSummary
 javax.swing.JPanel TraceClusteringMiner.getOptionsPanel(LogSummary summary)
           
 

Uses of LogSummary in org.processmining.mining.tsmining
 

Methods in org.processmining.mining.tsmining with parameters of type LogSummary
 javax.swing.JPanel TSGenerator.getOptionsPanel(LogSummary summary)
           
 

Constructors in org.processmining.mining.tsmining with parameters of type LogSummary
TSGeneratorOptionsPanel(LogSummary summary)