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

Packages that use LogReader
org.processmining.analysis.clustering   
org.processmining.analysis.clustering.model   
org.processmining.analysis.conformance Contains classes related to the Conformance Analysis Plugin. 
org.processmining.analysis.decisionmining   
org.processmining.analysis.dws   
org.processmining.analysis.genetic   
org.processmining.analysis.logstatistics   
org.processmining.analysis.originator   
org.processmining.analysis.performance   
org.processmining.analysis.performance.dottedchart   
org.processmining.analysis.performance.sequence   
org.processmining.analysis.recommendation   
org.processmining.analysis.recommendation.contrib   
org.processmining.analysis.summary   
org.processmining.converting.wfnet2bpel   
org.processmining.exporting.bpel4ws   
org.processmining.exporting.log   
org.processmining.framework.log Contains various classes to extract information from log files. 
org.processmining.framework.log.classic   
org.processmining.framework.log.proxy   
org.processmining.framework.log.rfb   
org.processmining.framework.models.logabstraction   
org.processmining.framework.models.petrinet.algorithms.logReplay   
org.processmining.framework.models.petrinet.pattern.log   
org.processmining.framework.ui Contains classes that form the user interface of the process mining tool. 
org.processmining.framework.ui.actions   
org.processmining.importing   
org.processmining.importing.heuristicsnet   
org.processmining.mining Contains all mining algorithms. 
org.processmining.mining.armining   
org.processmining.mining.benchmark   
org.processmining.mining.bpel   
org.processmining.mining.bpel4ws   
org.processmining.mining.change   
org.processmining.mining.cloudchamber   
org.processmining.mining.conversion   
org.processmining.mining.dmcscanning   
org.processmining.mining.dmcscanning.freqstat   
org.processmining.mining.dwsmining   
org.processmining.mining.epcmining EPC-based mining algorithms. 
org.processmining.mining.fuzzymining   
org.processmining.mining.fuzzymining.metrics   
org.processmining.mining.fuzzymining.metrics.trace   
org.processmining.mining.fuzzymining.replay   
org.processmining.mining.fuzzymining.ui   
org.processmining.mining.geneticmining   
org.processmining.mining.geneticmining.analysis.duplicates   
org.processmining.mining.geneticmining.duplicates   
org.processmining.mining.geneticmining.fitness   
org.processmining.mining.geneticmining.fitness.duplicates   
org.processmining.mining.geneticmining.population   
org.processmining.mining.geneticmining.population.duplicates   
org.processmining.mining.graphclustering   
org.processmining.mining.heuristicsmining   
org.processmining.mining.instancemining   
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.pdmmining   
org.processmining.mining.petrinetmining Petrinet-based mining algorithms. 
org.processmining.mining.protosmining   
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.traceclustering   
org.processmining.mining.tsmining   
org.processmining.mining.yawlmining   
 

Uses of LogReader in org.processmining.analysis.clustering
 

Methods in org.processmining.analysis.clustering that return LogReader
 LogReader LogClusteringUI.getLogReader()
           
 

Constructors in org.processmining.analysis.clustering with parameters of type LogReader
LogClusteringEngine(LogReader log)
           
LogClusteringUI(LogReader log, LogClusteringPlugin plugin)
           
 

Uses of LogReader in org.processmining.analysis.clustering.model
 

Constructors in org.processmining.analysis.clustering.model with parameters of type LogReader
LogSequence(LogReader log)
           
 

Uses of LogReader in org.processmining.analysis.conformance
 

Methods in org.processmining.analysis.conformance with parameters of type LogReader
protected  LogReplayAnalysisResult ConformanceMeasurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results. Creates an analysis result of type ConformanceLogReplayResult.
 

Constructors in org.processmining.analysis.conformance with parameters of type LogReader
ConformanceAnalysisSettings(ConformanceAnalysisPlugin algorithm, AnalysisInputItem[] input, PetriNet net, LogReader log)
          Creates the analysis settings frame.
ConformanceLogReplayResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
           Evaluate the given configuration options, that is, retrieves the choices made by the user and converts them into analysis option variables indicating which parts of the analysis needs to be done.
DiagnosticLogReader(LogReader logReader)
          Construct an enhanced log reader by wrapping the original one.
 

Uses of LogReader in org.processmining.analysis.decisionmining
 

Constructors in org.processmining.analysis.decisionmining with parameters of type LogReader
DecisionMiningLogReader(LogReader logReader, HLPetriNet highLevelPN)
          Creates a wrapped LogReader with additional functionality.
DecisionPointAnalysisResult(HLPetriNet hlPetriNet, PetriNet model, LogReader log)
           
DecisionPointAnalysisResult(ModelGraph model, LogReader log)
          Builds the GUI and registers GUI actions.
 

Uses of LogReader in org.processmining.analysis.dws
 

Methods in org.processmining.analysis.dws that return LogReader
 LogReader Cluster.getLog()
           
 

Methods in org.processmining.analysis.dws with parameters of type LogReader
 int Feature.occurrences(LogReader log, HeuristicsNet en)
          Check the occurrences in the log.
 

Constructors in org.processmining.analysis.dws with parameters of type LogReader
Cluster(LogReader log, java.lang.String name, int k, double sigma, double gamma, int l, int maxFeatures)
          Constructor for the root of the hierarchy.
DWSInputAnalysisGUI(AnalysisPlugin plugIn, LogReader log, HeuristicsNet net, AnalysisInputItem[] inputs)
          This is the default constructor
LogSketch(LogReader log)
           
 

Uses of LogReader in org.processmining.analysis.genetic
 

Constructors in org.processmining.analysis.genetic with parameters of type LogReader
CalculateFitnessUI(LogReader log, HeuristicsNet net)
           
PruneNoisyArcsUI(LogReader log, HeuristicsNet net)
           
 

Uses of LogReader in org.processmining.analysis.logstatistics
 

Constructors in org.processmining.analysis.logstatistics with parameters of type LogReader
LogStatisticsResult(LogReader log)
          Constructor.
 

Uses of LogReader in org.processmining.analysis.originator
 

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

Uses of LogReader in org.processmining.analysis.performance
 

Methods in org.processmining.analysis.performance with parameters of type LogReader
protected  LogReplayAnalysisResult PerformanceMeasurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results. Creates an analysis result of type PerformanceLogReplayResult.
 

Constructors in org.processmining.analysis.performance with parameters of type LogReader
ExtendedLogReader(LogReader logReader)
           
PerformanceAnalysisSettings(PerformanceAnalysisPlugin algorithm, AnalysisInputItem[] input, PetriNet net, LogReader log)
           
PerformanceLogReplayResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
           
 

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

Constructors in org.processmining.analysis.performance.dottedchart with parameters of type LogReader
DottedChartAnalysis(DottedChartPlugin algorithm, AnalysisInputItem[] input, LogReader log)
           
 

Uses of LogReader in org.processmining.analysis.performance.sequence
 

Constructors in org.processmining.analysis.performance.sequence with parameters of type LogReader
FilterOptions(LogReader log, int[] selectedInstanceIndices, java.util.ArrayList sequences, java.util.ArrayList patterns, java.lang.String timeSort, long timeDivider, boolean patternDrawn, PerformanceSequenceAnalysis psa)
          Constructor to initialize filter options
PerformanceSequenceAnalysis(PerformanceSequenceDiagramPlugin algorithm, AnalysisInputItem[] input, LogReader log)
           
 

Uses of LogReader in org.processmining.analysis.recommendation
 

Methods in org.processmining.analysis.recommendation with parameters of type LogReader
protected  javax.swing.JComponent LogBasedRecommendation.analyse(LogReader log)
          analyse
protected abstract  javax.swing.JComponent SingleProcessAcceptor.analyse(LogReader log)
           
 boolean SingleProcessAcceptor.isOneProcess(LogReader log)
           
 

Constructors in org.processmining.analysis.recommendation with parameters of type LogReader
LogBasedRecommendationUI(LogReader log, RecommendationProvider provider)
           
 

Uses of LogReader in org.processmining.analysis.recommendation.contrib
 

Methods in org.processmining.analysis.recommendation.contrib with parameters of type LogReader
 void RecommendationContributor.initialize(LogReader log, ProcessInstanceScale scale)
           
 

Uses of LogReader in org.processmining.analysis.summary
 

Fields in org.processmining.analysis.summary declared as LogReader
protected  LogReader LogSummaryUI.log
           
 

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

Uses of LogReader in org.processmining.converting.wfnet2bpel
 

Methods in org.processmining.converting.wfnet2bpel with parameters of type LogReader
protected  MiningResult Converter.convert(LogReader logReader, PetriNet pn)
           
 

Uses of LogReader in org.processmining.exporting.bpel4ws
 

Methods in org.processmining.exporting.bpel4ws that return LogReader
 LogReader ReductionResult.getLogReader()
           
 LogReader UnclearChoiceHandler.getLogReader()
           
 

Uses of LogReader in org.processmining.exporting.log
 

Methods in org.processmining.exporting.log with parameters of type LogReader
 void XMLLogExport.writeHeader(java.io.OutputStream output, LogReader log)
           
 

Uses of LogReader in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return LogReader
abstract  LogReader LogReader.clone(int[] pitk)
          Clones this log reader, including all contained processes and process instances.
static LogReader LogReader.createInstance(LogFilter filter, LogFile file)
          Factory method prototype.
static LogReader LogReaderFactory.createInstance(LogFilter filter, LogFile file)
          Creates a new instance of the currently configured log reader implementation.
static LogReader LogReaderFactory.createInstance(LogFilter filter, LogReader reader)
          Creates a new instance of the currently configured log reader implementation.
static LogReader LogReader.createInstance(LogReader reader, int[] processInstancesToKeep)
          Factory method prototype.
static LogReader LogReaderFactory.createInstance(LogReader reader, int[] processInstancesToKeep)
          Creates a new instance of the currently configured log reader implementation.
static LogReader LogReader.createInstance(LogReader reader, LogFilter filter)
          Factory method prototype.
 

Methods in org.processmining.framework.log with parameters of type LogReader
static LogReader LogReaderFactory.createInstance(LogFilter filter, LogReader reader)
          Creates a new instance of the currently configured log reader implementation.
static LogReader LogReader.createInstance(LogReader reader, int[] processInstancesToKeep)
          Factory method prototype.
static LogReader LogReaderFactory.createInstance(LogReader reader, int[] processInstancesToKeep)
          Creates a new instance of the currently configured log reader implementation.
static LogReader LogReader.createInstance(LogReader reader, LogFilter filter)
          Factory method prototype.
 

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

Subclasses of LogReader in org.processmining.framework.log.classic
 class LogReaderClassic
          Reads a workflow log file.
 

Methods in org.processmining.framework.log.classic that return LogReader
 LogReader LogReaderClassic.clone(int[] pitk)
           
static LogReader LogReaderClassic.createInstance(LogFilter filter, LogFile inputFile)
          Read the given log file, filtered by the given filter.
static LogReader LogReaderClassic.createInstance(LogReader oldLogReader, int[] pitk)
          Deprecated. use clone(int[]) instead.
static LogReader LogReaderClassic.createInstance(LogReader reader, LogFilter filter)
          Derive a new log reader, based on the given log reader and filtered by the given filter.
 

Methods in org.processmining.framework.log.classic with parameters of type LogReader
static LogReader LogReaderClassic.createInstance(LogReader oldLogReader, int[] pitk)
          Deprecated. use clone(int[]) instead.
static LogReader LogReaderClassic.createInstance(LogReader reader, LogFilter filter)
          Derive a new log reader, based on the given log reader and filtered by the given filter.
 

Constructors in org.processmining.framework.log.classic with parameters of type LogReader
LogReaderClassic(LogReader oldLogReader, int[] pitk)
          Deprecated. use clone(int[]) instead.
 

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

Subclasses of LogReader in org.processmining.framework.log.proxy
 class ProxyLogReader
           
 

Fields in org.processmining.framework.log.proxy declared as LogReader
protected  LogReader ProxyLogReader.parent
           
 

Methods in org.processmining.framework.log.proxy that return LogReader
 LogReader ProxyLogReader.clone(int[] pitk)
           
 

Constructors in org.processmining.framework.log.proxy with parameters of type LogReader
ProxyLogReader(LogReader reader)
           
 

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

Subclasses of LogReader in org.processmining.framework.log.rfb
 class BufferedLogReader
          This class implements a fast, SAX-based, log reader buffering log data partly on binary files residing in persistent storage.
 

Methods in org.processmining.framework.log.rfb that return LogReader
 LogReader BufferedLogReader.clone(int[] pitk)
           
static LogReader BufferedLogReader.createInstance(LogFilter aFilter, LogFile aFile)
          Creates a new instance, parses the given log file and builds the log's data structures as random access swap files.
static LogReader BufferedLogReader.createInstance(LogReader reader, int[] pitk)
          Create a deep clone of the provided buffered log reader, which only has the instances indicated in the provided integer array as indices.
static LogReader BufferedLogReader.createInstance(LogReader reader, LogFilter filter)
          Creates a new instance, based on the original log data used by the provided parameter instance, but filtered with the provided log filter.
 

Methods in org.processmining.framework.log.rfb with parameters of type LogReader
static LogReader BufferedLogReader.createInstance(LogReader reader, int[] pitk)
          Create a deep clone of the provided buffered log reader, which only has the instances indicated in the provided integer array as indices.
static LogReader BufferedLogReader.createInstance(LogReader reader, LogFilter filter)
          Creates a new instance, based on the original log data used by the provided parameter instance, but filtered with the provided log filter.
 

Constructors in org.processmining.framework.log.rfb with parameters of type LogReader
ProcessInstanceImpl(java.lang.String processName, ATERandomFileBuffer ateBuffer, int maxFragment, LogReader log)
          Creates a new process instance.
 

Uses of LogReader in org.processmining.framework.models.logabstraction
 

Methods in org.processmining.framework.models.logabstraction with parameters of type LogReader
 java.util.List<LogAbstraction> MultiSetAbstractionFactory.getAbstractions(LogReader log, ProcessInstanceScale scale)
           
 java.util.List<LogAbstraction> PartialPrefixAbstractionFactory.getAbstractions(LogReader log, ProcessInstanceScale scale)
           
 java.util.List<LogAbstraction> PrefixAbstractionFactory.getAbstractions(LogReader log, ProcessInstanceScale scale)
           
 java.util.List<LogAbstraction> LogAbstractionFactory.getAbstractions(LogReader log, ProcessInstanceScale scale)
           
 java.util.List<LogAbstraction> PartialPrefixAbstractionFactory.getAbstractions(LogReader log, ProcessInstanceScale scale, int partialPrefixSize)
           
 

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

Fields in org.processmining.framework.models.petrinet.algorithms.logReplay declared as LogReader
 LogReader LogReplayAnalysisResult.inputLogReader
          The original Petri net passed to the analysis method.
protected  LogReader LogReplayAnalysisMethod.myLogReader
           
protected  LogReader ReplayedLogReader.originalLogReader
          The encapsulated original log reader, which was used to create this enhanced log reader.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay that return LogReader
 LogReader ReplayedLogReader.getLogReader()
          Returns the encapsulated log reader.
 

Methods in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type LogReader
protected  LogReplayAnalysisResult Measurer.initLogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet petriNet, LogReader log, LogReplayAnalysisMethod analysisMethod)
          To be overridden in subclasses that want create custom analysis results.
 

Constructors in org.processmining.framework.models.petrinet.algorithms.logReplay with parameters of type LogReader
LogReplayAnalysisMethod(PetriNet inputPetriNet, LogReader inputLog, Measurer measurer)
          Creates the log replay analysis method object.
LogReplayAnalysisResult(AnalysisConfiguration analysisOptions, PetriNet net, LogReader log, LogReplayAnalysisMethod method)
          Default constructor creating the results object.
ReplayedLogReader(LogReader logReader)
          Construct an enhanced log reader by wrapping the original one.
 

Uses of LogReader in org.processmining.framework.models.petrinet.pattern.log
 

Methods in org.processmining.framework.models.petrinet.pattern.log that return LogReader
 LogReader Log.getLogReader()
           
 

Uses of LogReader in org.processmining.framework.ui
 

Fields in org.processmining.framework.ui declared as LogReader
protected  LogReader OpenLogSettings.currentLog
           
 

Methods in org.processmining.framework.ui that return LogReader
 LogReader ImportSettings.getLogReader()
           
 LogReader MiningSettings.getLogReader()
           
 LogReader OpenLogSettings.getSelectedLogReader()
           
 

Methods in org.processmining.framework.ui with parameters of type LogReader
 boolean MainUI.connectResultWithLog(LogReaderConnection conn, LogReader newLog, Plugin plugin)
           
 void MainUI.importFromFile(ImportPlugin algorithm, java.lang.String filename, LogReader log)
          Called to import a given file by a given ImportPlugin.
 

Constructors in org.processmining.framework.ui with parameters of type LogReader
ImportSettings(LogReader log, java.lang.String pluginLabel, java.util.ArrayList importedEvents)
           
MiningSettings(LogReader log, java.lang.String name, MiningPlugin algorithm)
          Constructs a panel with settings for executing a MiningPlugin.
 

Uses of LogReader in org.processmining.framework.ui.actions
 

Constructors in org.processmining.framework.ui.actions with parameters of type LogReader
ImportFileAction(ImportPlugin algorithm, LogReader connectToLog, MDIDesktopPane desktop, java.lang.String label)
           
 

Uses of LogReader in org.processmining.importing
 

Methods in org.processmining.importing with parameters of type LogReader
 void LogReaderConnection.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 

Uses of LogReader in org.processmining.importing.heuristicsnet
 

Methods in org.processmining.importing.heuristicsnet with parameters of type LogReader
 void HeuristicsNetResultWithLogReader.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
           
 

Constructors in org.processmining.importing.heuristicsnet with parameters of type LogReader
HeuristicsNetResultWithLogReader(HeuristicsNet net, LogReader log)
           
 

Uses of LogReader in org.processmining.mining
 

Methods in org.processmining.mining that return LogReader
 LogReader DummyMiningResult.getLogReader()
           
 LogReader FileResult.getLogReader()
           
 LogReader MiningResult.getLogReader()
          Returns the LogReader object that was used to generate this mining result.
 

Methods in org.processmining.mining with parameters of type LogReader
 MiningResult DummyMiningPlugin.mine(LogReader log)
           
 MiningResult MiningPlugin.mine(LogReader log)
          Execute this mining algorithm on the given log file.
 

Constructors in org.processmining.mining with parameters of type LogReader
DummyMiningResult(LogReader log, java.util.ArrayList PINames)
           
 

Uses of LogReader in org.processmining.mining.armining
 

Fields in org.processmining.mining.armining declared as LogReader
protected  LogReader MyApriori.myLog
           
protected  LogReader AssociationAnalyzer.theLog
           
 

Methods in org.processmining.mining.armining that return LogReader
 LogReader ARMinerResult.getLogReader()
           
 

Methods in org.processmining.mining.armining with parameters of type LogReader
 void AssociationAnalyzer.createInputForWeka(LogReader log)
           
 void AssociationAnalyzer.createInputForWeka2(LogReader log)
           
 MiningResult ARMiner.mine(LogReader logReader)
          Executes the mining (algorithm) plug-in.
 

Constructors in org.processmining.mining.armining with parameters of type LogReader
ARMinerResult(AssociationAnalyzer currentAnalyzer, LogReader currentReader)
           
 

Uses of LogReader in org.processmining.mining.benchmark
 

Fields in org.processmining.mining.benchmark declared as LogReader
protected  LogReader ComparatorResultPanel.log
           
protected  LogReader BenchmarkResultPanel.reader
           
 

Methods in org.processmining.mining.benchmark that return LogReader
 LogReader BenchmarkResultPanel.getLogReader()
           
 LogReader ComparatorResultPanel.getLogReader()
           
 

Methods in org.processmining.mining.benchmark with parameters of type LogReader
 void LogReaderComparator.compare(LogReader a, LogReader b)
           
 MiningResult LogReaderBenchmark.mine(LogReader log)
           
 MiningResult LogReaderComparator.mine(LogReader log)
           
 

Constructors in org.processmining.mining.benchmark with parameters of type LogReader
BenchmarkResultPanel(LogReader logReader, java.util.ArrayList<java.lang.Long> itTimings, long readAtes)
           
ComparatorResultPanel(LogReader reader, java.lang.String messages)
           
 

Uses of LogReader in org.processmining.mining.bpel
 

Fields in org.processmining.mining.bpel declared as LogReader
protected  LogReader BPELResult.log
           
 

Methods in org.processmining.mining.bpel that return LogReader
 LogReader BPELResult.getLogReader()
           
 

Methods in org.processmining.mining.bpel with parameters of type LogReader
static void BPELConnectVisitor.Build(BPEL model, LogReader log, java.util.HashMap map)
           
 void BPELResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
           
 

Constructors in org.processmining.mining.bpel with parameters of type LogReader
BPELResult(LogReader log, BPEL model)
           
 

Uses of LogReader in org.processmining.mining.bpel4ws
 

Fields in org.processmining.mining.bpel4ws declared as LogReader
protected  LogReader BPEL4WSResult.log
           
 

Methods in org.processmining.mining.bpel4ws that return LogReader
 LogReader BPEL4WSResult.getLogReader()
          No log reader
 

Methods in org.processmining.mining.bpel4ws with parameters of type LogReader
static void BPEL4WSConnectVisitor.Build(BPEL4WS model, LogReader log, java.util.HashMap map)
           
 void BPEL4WSResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 

Constructors in org.processmining.mining.bpel4ws with parameters of type LogReader
BPEL4WSResult(LogReader log, BPEL4WS model)
          Set the loaded YAWL model
 

Uses of LogReader in org.processmining.mining.change
 

Fields in org.processmining.mining.change declared as LogReader
protected  LogReader CommutativityLogRelationBuilder.log
           
 

Methods in org.processmining.mining.change with parameters of type LogReader
protected  boolean ChangeMiner.isChangeLog(LogReader log)
           
 MiningResult ChangeMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.change with parameters of type LogReader
CommutativityLogRelationBuilder(LogReader logReader)
          Creates a new instance based on a specific log(reader).
 

Uses of LogReader in org.processmining.mining.cloudchamber
 

Fields in org.processmining.mining.cloudchamber declared as LogReader
protected  LogReader CloudChamberMiner.logReader
           
 

Methods in org.processmining.mining.cloudchamber that return LogReader
 LogReader CloudChamberMiner.getLogReader()
           
 

Methods in org.processmining.mining.cloudchamber with parameters of type LogReader
protected static int CloudChamberStats.getNumberOfAuditTrailEntries(LogReader log)
           
 void CloudChamberStats.initializeData(LogReader log)
           
 MiningResult CloudChamberMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.cloudchamber with parameters of type LogReader
CloudChamberStats(LogReader log)
           
 

Uses of LogReader in org.processmining.mining.conversion
 

Methods in org.processmining.mining.conversion that return LogReader
 LogReader CaseDataResult.getLogReader()
           
 

Methods in org.processmining.mining.conversion with parameters of type LogReader
 MiningResult CaseDataExtractor.mine(LogReader log)
           
 

Constructors in org.processmining.mining.conversion with parameters of type LogReader
CaseDataResult(CaseDataExtractorOptions theResult, LogReader log)
           
 

Uses of LogReader in org.processmining.mining.dmcscanning
 

Fields in org.processmining.mining.dmcscanning declared as LogReader
protected  LogReader DmcScanningResult.reader
           
 

Methods in org.processmining.mining.dmcscanning that return LogReader
 LogReader DmcScanningResult.getLogReader()
           
 

Methods in org.processmining.mining.dmcscanning with parameters of type LogReader
 MiningResult DmcMiner.mine(LogReader log)
           
static DmcSet BufferedDmcScanner.scanInitialDmcs(LogReader reader, Progress progress, long maxProximity, long maxEvents, boolean enforceOriginator, boolean enforceEventType, ObjectEquivalence equivalence)
          Scans a log for all DMCs, extracts them and returns them in a DMCSet collection.
static DmcSet SplitOnBreakDmcScanner.scanInitialDmcs(LogReader reader, Progress progress, long breakThreshold, long maxEventsThreshold, ObjectEquivalence equivalence)
           
 

Constructors in org.processmining.mining.dmcscanning with parameters of type LogReader
DmcScanningResult(LogReader aReader, DmcSet dmc, AdmcSet admc, MdmcSet mdmc)
          constructor
 

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

Fields in org.processmining.mining.dmcscanning.freqstat declared as LogReader
protected  LogReader ProximitySensingResults.reader
           
 

Methods in org.processmining.mining.dmcscanning.freqstat that return LogReader
 LogReader ProximitySensingResults.getLogReader()
           
 

Methods in org.processmining.mining.dmcscanning.freqstat with parameters of type LogReader
 MiningResult DmcProximitySensing.mine(LogReader log)
           
 

Constructors in org.processmining.mining.dmcscanning.freqstat with parameters of type LogReader
ProximitySensingResults(FrequencyStatistics stats, LogReader aReader)
           
 

Uses of LogReader in org.processmining.mining.dwsmining
 

Methods in org.processmining.mining.dwsmining that return LogReader
 LogReader DWSResult.getLogReader()
           
 

Methods in org.processmining.mining.dwsmining with parameters of type LogReader
 MiningResult DWSMiner.mine(LogReader log)
           
 

Uses of LogReader in org.processmining.mining.epcmining
 

Methods in org.processmining.mining.epcmining that return LogReader
 LogReader EPCResult.getLogReader()
           
 

Methods in org.processmining.mining.epcmining with parameters of type LogReader
 void EPCResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
           
 

Constructors in org.processmining.mining.epcmining with parameters of type LogReader
EPCResult(LogReader log, ConfigurableEPC epc)
           
EPCResult(LogReader log, ConfigurableEPC epc, MiningPlugin algorithm)
           
EPCResult(LogReader log, EPCHierarchy epcHierarchy)
           
 

Uses of LogReader in org.processmining.mining.fuzzymining
 

Methods in org.processmining.mining.fuzzymining with parameters of type LogReader
 MiningResult FuzzyMiner.mine(LogReader log)
           
 void LogScanner.scan(LogReader log, MetricsRepository metrics, Attenuation attenuation, int maxLookBack, Progress progress, int initialProgressValue)
           
 

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

Fields in org.processmining.mining.fuzzymining.metrics declared as LogReader
protected  LogReader MetricsRepository.log
           
 

Methods in org.processmining.mining.fuzzymining.metrics that return LogReader
 LogReader MetricsRepository.getLogReader()
           
 

Methods in org.processmining.mining.fuzzymining.metrics with parameters of type LogReader
 void MetricsRepository.apply(LogReader log, Attenuation att, int maxRelationDistance, Progress progress)
           
 

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

Methods in org.processmining.mining.fuzzymining.metrics.trace with parameters of type LogReader
abstract  void TraceMetric.measure(LogReader log)
           
 void TraceScatterMetric.measure(LogReader log)
           
 void TraceSizeMetric.measure(LogReader log)
           
 void TraceVarietyMetric.measure(LogReader log)
           
 

Uses of LogReader in org.processmining.mining.fuzzymining.replay
 

Fields in org.processmining.mining.fuzzymining.replay declared as LogReader
protected  LogReader FuzzyReplay.log
           
protected  LogReader TraceReplay.log
           
 

Methods in org.processmining.mining.fuzzymining.replay with parameters of type LogReader
 void FuzzyReplay.replay(LogReader reader)
           
 

Constructors in org.processmining.mining.fuzzymining.replay with parameters of type LogReader
TraceReplay(FuzzyGraph graph, LogReader log, int traceIndex)
           
 

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

Methods in org.processmining.mining.fuzzymining.ui that return LogReader
 LogReader FuzzyMiningResult.getLogReader()
           
 

Uses of LogReader in org.processmining.mining.geneticmining
 

Methods in org.processmining.mining.geneticmining with parameters of type LogReader
 MiningResult RealGeneticMiner.internalMine(LogReader log, Progress progress)
           
 MiningResult RealGeneticMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.geneticmining with parameters of type LogReader
GeneticMinerResult(HeuristicsNet[] pop, LogReader log)
           
GeneticMiningMatrices(java.util.Random gen, LogReader logReader)
           
GeneticMiningMatrices(java.util.Random gen, LogReader logReader, double power)
           
 

Uses of LogReader in org.processmining.mining.geneticmining.analysis.duplicates
 

Methods in org.processmining.mining.geneticmining.analysis.duplicates that return LogReader
static LogReader PrecisionRecallReport.createLogReader(java.lang.String logFile, java.lang.String processInstance)
           
 

Methods in org.processmining.mining.geneticmining.analysis.duplicates with parameters of type LogReader
static PrecisionRecall PrecisionRecallFactory.getPrecisionRecall(int indexFitnessType, LogReader log, HeuristicsNet baseHN, HeuristicsNet foundHN)
           
 

Constructors in org.processmining.mining.geneticmining.analysis.duplicates with parameters of type LogReader
FitnessReport(LogReader log, HeuristicsNet net, int indexFitnessType)
           
TraceParsing(LogReader log, HeuristicsNet baseHN, HeuristicsNet foundHN)
          Creates an object of TraceEquivalent.
 

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

Methods in org.processmining.mining.geneticmining.duplicates that return LogReader
 LogReader DTGeneticMinerResult.getLogReader()
           
 

Methods in org.processmining.mining.geneticmining.duplicates with parameters of type LogReader
 MiningResult DTGeneticMiner.internalMine(LogReader log, Progress progress)
           
 MiningResult DTGeneticMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.geneticmining.duplicates with parameters of type LogReader
DTGeneticMinerResult(HeuristicsNet[] pop, LogReader log)
           
 

Uses of LogReader in org.processmining.mining.geneticmining.fitness
 

Methods in org.processmining.mining.geneticmining.fitness with parameters of type LogReader
static Fitness FitnessFactory.getFitness(int indexFitnessType, LogReader log, double[] parameters)
          Creates the specified fitness type object.
 

Uses of LogReader in org.processmining.mining.geneticmining.fitness.duplicates
 

Methods in org.processmining.mining.geneticmining.fitness.duplicates with parameters of type LogReader
static Fitness DTFitnessFactory.getFitness(int indexFitnessType, LogReader log, double[] parameters)
          Creates the specified fitness type object.
 

Constructors in org.processmining.mining.geneticmining.fitness.duplicates with parameters of type LogReader
DTContinuousSemanticsFitness(LogReader log)
           
DTExtraBehaviorPunishmentFitness(LogReader log, double[] parameters)
          Creates a fitness object for the given log and parameters.
DTExtraBehaviorPunishmentSplittedLogFitness(LogReader log)
           
DTImprovedContinuousSemanticsFitness(LogReader log)
           
DTProperCompletionFitness(LogReader log)
           
DTStopSemanticsFitness(LogReader log)
           
 

Uses of LogReader in org.processmining.mining.geneticmining.population
 

Methods in org.processmining.mining.geneticmining.population with parameters of type LogReader
static BuildPopulation InitialPopulationFactory.getPopulation(int indexPopulationType, java.util.Random gen, LogReader log, double power)
           
 

Constructors in org.processmining.mining.geneticmining.population with parameters of type LogReader
BuildInitialPopulation(java.util.Random gen, LogReader log, GeneticMiningMatrices genMining)
           
BuildInitialPopulationWithoutDuplicateIndividuals(java.util.Random gen, LogReader log, GeneticMiningMatrices genMinMatrices)
           
GeneticMiningMatricesBasedOnFollowsRelation(java.util.Random gen, LogReader logReader)
           
GeneticMiningMatricesBasedOnFollowsStartEndRelation(java.util.Random gen, LogReader logReader)
           
GeneticMiningMatricesWithGuidedStartEnd(java.util.Random gen, LogReader logReader)
           
GeneticMiningMatricesWithGuidedStartEnd(java.util.Random gen, LogReader logReader, double power)
           
GeneticMiningMatricesWithHeuristics(java.util.Random gen, LogReader logReader)
           
GeneticMiningMatricesWithHeuristics(java.util.Random gen, LogReader logReader, double power)
           
GeneticMiningMatricesWithoutHeuristics(java.util.Random gen, LogReader logReader)
           
 

Uses of LogReader in org.processmining.mining.geneticmining.population.duplicates
 

Methods in org.processmining.mining.geneticmining.population.duplicates with parameters of type LogReader
static BuildPopulation DTInitialPopulationFactory.getPopulation(int indexPopulationType, java.util.Random gen, LogReader log, double power)
          This method provides an object to build an initial population.
 

Constructors in org.processmining.mining.geneticmining.population.duplicates with parameters of type LogReader
DTBuildInitialPopulation(java.util.Random gen, LogReader log, DTGeneticMiningMatrices genMining)
           
DTGeneticMiningMatricesNoDuplicateTasks(java.util.Random gen, LogReader logReader, double power)
           
DTGeneticMiningMatricesWithHeuristics(java.util.Random gen, LogReader logReader)
           
DTGeneticMiningMatricesWithHeuristicsTasksArcs(java.util.Random gen, LogReader logReader, double power)
           
DTGeneticMiningMatricesWithMinimalHeuristics(java.util.Random gen, LogReader logReader, double power)
           
 

Uses of LogReader in org.processmining.mining.graphclustering
 

Fields in org.processmining.mining.graphclustering declared as LogReader
protected  LogReader FrequencyAbstractionResult.logReader
           
 

Methods in org.processmining.mining.graphclustering that return LogReader
 LogReader FrequencyAbstractionResult.getLogReader()
           
 

Methods in org.processmining.mining.graphclustering with parameters of type LogReader
protected  cern.colt.matrix.DoubleMatrix2D FrequencyAbstractionMiner.buildFollowerMatrix(LogReader log)
           
 MiningResult FrequencyAbstractionMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.graphclustering with parameters of type LogReader
FrequencyAbstractionResult(LogReader reader, LogEvents events, cern.colt.matrix.DoubleMatrix2D follows)
           
 

Uses of LogReader in org.processmining.mining.heuristicsmining
 

Fields in org.processmining.mining.heuristicsmining declared as LogReader
protected  LogReader HeuristicsNetResult.log
           
 

Methods in org.processmining.mining.heuristicsmining that return LogReader
 LogReader HeuristicsNetResult.getLogReader()
           
 

Methods in org.processmining.mining.heuristicsmining with parameters of type LogReader
 MiningResult HeuristicsMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.heuristicsmining with parameters of type LogReader
HeuristicsNetResult(HeuristicsNet net, LogReader log)
           
HeuristicsNetResult(HeuristicsNet net, LogReader log, boolean showSplitJoinSemantics)
           
 

Uses of LogReader in org.processmining.mining.instancemining
 

Methods in org.processmining.mining.instancemining that return LogReader
 LogReader ModelGraphResult.getLogReader()
           
 

Uses of LogReader in org.processmining.mining.logabstraction
 

Methods in org.processmining.mining.logabstraction with parameters of type LogReader
 LogRelations LogRelationBasedAlgorithm.getLogRelations(LogReader log, Progress progress)
           
 MiningResult LogRelationBasedAlgorithm.mine(LogReader log)
           
abstract  MiningResult LogRelationBasedAlgorithm.mine(LogReader log, LogRelations relations, Progress progress)
           
 

Constructors in org.processmining.mining.logabstraction with parameters of type LogReader
DependencyRelationBuilder(LogReader log)
           
LogAbstraction(LogReader log)
           
LogAbstraction(LogReader log, boolean usePOInfo)
           
TimeIntervalLogRelationBuilder(LogRelations relations, LogReader log, java.lang.String startEvent, java.lang.String finalEvent)
           
 

Uses of LogReader in org.processmining.mining.organizationmining
 

Methods in org.processmining.mining.organizationmining that return LogReader
 LogReader OrgMiningResult.getLogReader()
           
 

Methods in org.processmining.mining.organizationmining with parameters of type LogReader
 void OrgMiningResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
           
 void OrgMiner.defalutMiner(LogReader log, LogSummary summary)
           
 MiningResult OrgMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.organizationmining with parameters of type LogReader
OrgMiningResult(LogReader log, OrgModel orgModel)
           
OrgMiningResult(LogReader log, OrgModel orgModel, SocialNetworkMatrix snMatrix)
           
 

Uses of LogReader in org.processmining.mining.partialordermining
 

Methods in org.processmining.mining.partialordermining that return LogReader
 LogReader AggregationGraphResult.getLogReader()
           
 LogReader PartialOrderMiningResult.getLogReader()
           
 

Methods in org.processmining.mining.partialordermining with parameters of type LogReader
 MiningResult PartialOrderAggregationPlugin.mine(LogReader log)
           
 MiningResult MultiPhaseMiner.mine(LogReader logReader, LogRelations logRelations, Progress progress)
           
 MiningResult PartialOrderGeneratorPlugin.mine(LogReader log, LogRelations relations, Progress progress)
           
 MiningResult PartialOrderAggregationPlugin.mine(LogReader log, Progress p, boolean useTransRed)
           
 MiningResult PartialOrderGeneratorPlugin.mineWithProgressSet(LogReader log, LogRelations relations, Progress progress)
           
 

Constructors in org.processmining.mining.partialordermining with parameters of type LogReader
AggregationGraphResult(LogReader log, ModelGraph net)
           
PartialOrderMiningResult(LogReader log, java.util.ArrayList PINames)
           
 

Uses of LogReader in org.processmining.mining.patternsmining
 

Methods in org.processmining.mining.patternsmining that return LogReader
 LogReader PatternsResult.getLogReader()
           
 

Methods in org.processmining.mining.patternsmining with parameters of type LogReader
 cern.colt.matrix.DoubleMatrix2D WorkflowPatternsMiner.getPrecedentInfo(int distance, LogReader log)
           
 MiningResult WorkflowPatternsMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.patternsmining with parameters of type LogReader
DependenciesTables(LogReader log)
           
PatternsResult(LogReader log, ModelGraph net, MiningPlugin algorithm)
           
PatternsResult(MiningPlugin algorithm, LogReader log, DependenciesTables relations)
           
 

Uses of LogReader in org.processmining.mining.pdmmining
 

Fields in org.processmining.mining.pdmmining declared as LogReader
protected  LogReader PDMPetriNetResult.log
           
protected  LogReader PDMResult.log
           
 

Methods in org.processmining.mining.pdmmining that return LogReader
 LogReader PDMPetriNetResult.getLogReader()
          Returns the LogReader object that was used to generate this mining result.
 LogReader PDMResult.getLogReader()
          No log reader
 

Methods in org.processmining.mining.pdmmining with parameters of type LogReader
 void PDMPetriNetResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 void PDMResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 

Constructors in org.processmining.mining.pdmmining with parameters of type LogReader
PDMResult(LogReader log, PDMModel model)
          Set the loaded YAWL model
 

Uses of LogReader in org.processmining.mining.petrinetmining
 

Fields in org.processmining.mining.petrinetmining declared as LogReader
protected  LogReader PetriNetResult.log
           
 

Methods in org.processmining.mining.petrinetmining that return LogReader
 LogReader PetriNetResult.getLogReader()
           
 

Methods in org.processmining.mining.petrinetmining with parameters of type LogReader
 void PetriNetResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
           
 MiningResult AlphaProcessMiner.mine(LogReader log, LogRelations relations, Progress progress)
           
 

Constructors in org.processmining.mining.petrinetmining with parameters of type LogReader
PetriNetResult(LogReader log, PetriNet net)
           
PetriNetResult(LogReader log, PetriNet net, MiningPlugin algorithm)
           
 

Uses of LogReader in org.processmining.mining.protosmining
 

Fields in org.processmining.mining.protosmining declared as LogReader
protected  LogReader ProtosResult.log
           
 

Methods in org.processmining.mining.protosmining that return LogReader
 LogReader ProtosResult.getLogReader()
          No log reader
 

Methods in org.processmining.mining.protosmining with parameters of type LogReader
 void ProtosResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 

Constructors in org.processmining.mining.protosmining with parameters of type LogReader
ProtosResult(LogReader log, ProtosModel model)
          Set the loaded Protos model
 

Uses of LogReader in org.processmining.mining.regionmining
 

Methods in org.processmining.mining.regionmining with parameters of type LogReader
 MiningResult LanguageRegionMiner.mine(LogReader log)
           
 MiningResult RegionMiner.mine(LogReader log)
           
 

Uses of LogReader in org.processmining.mining.snamining
 

Methods in org.processmining.mining.snamining that return LogReader
 LogReader SocialNetworkResults.getLogReader()
           
 

Methods in org.processmining.mining.snamining with parameters of type LogReader
 MiningResult SocialNetworkMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.snamining with parameters of type LogReader
SocialNetworkResults(LogReader log, SocialNetworkMatrix snMatrix, OTMatrix2DTableModel otMatrix)
           
 

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

Fields in org.processmining.mining.snamining.miningoperation declared as LogReader
protected  LogReader BasicOperation.log
           
 

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

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

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

Constructors in org.processmining.mining.snamining.miningoperation.handover with parameters of type LogReader
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 LogReader in org.processmining.mining.snamining.miningoperation.reassignment
 

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

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

Constructors in org.processmining.mining.snamining.miningoperation.similartask with parameters of type LogReader
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 LogReader in org.processmining.mining.snamining.miningoperation.subcontract
 

Constructors in org.processmining.mining.snamining.miningoperation.subcontract with parameters of type LogReader
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 LogReader in org.processmining.mining.snamining.miningoperation.workingtogether
 

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

Uses of LogReader in org.processmining.mining.traceclustering
 

Fields in org.processmining.mining.traceclustering declared as LogReader
protected  LogReader TraceClusterResult.log
           
protected  LogReader TraceStats.log
           
 

Methods in org.processmining.mining.traceclustering that return LogReader
 LogReader TraceClusterResult.getLogReader()
           
 

Methods in org.processmining.mining.traceclustering with parameters of type LogReader
 MiningResult TraceClusteringMiner.mine(LogReader log)
           
 

Constructors in org.processmining.mining.traceclustering with parameters of type LogReader
TraceClusterResult(LogReader log, TraceClusterSet clusterSet)
           
TraceStats(LogReader logReader)
           
 

Uses of LogReader in org.processmining.mining.tsmining
 

Fields in org.processmining.mining.tsmining declared as LogReader
protected  LogReader TSGAlgorithm.log
           
protected  LogReader TSStrategy.log
           
 

Methods in org.processmining.mining.tsmining with parameters of type LogReader
 MiningResult TSGenerator.mine(LogReader log)
           
 

Constructors in org.processmining.mining.tsmining with parameters of type LogReader
TSGAlgorithm(LogReader log, int typeOfTS, int genFlags, int visFlags)
           
TSGAlgorithmNoTime(LogReader log, int typeOfTS, int genFlags, int visFlags)
           
TSGAlgorithmTime(LogReader log, int typeOfTS, int genFlags, int visFlags)
           
TSStrategy(LogReader log, TransitionSystem ts, int genFlags, int typeOfTS)
           
TSStrategyExtendNoTime(LogReader log, TransitionSystem ts, int genFlags, int typeOfTS)
           
TSStrategyExtendTime(LogReader log, TransitionSystem ts, int genFlags, int typeOfTS)
           
 

Uses of LogReader in org.processmining.mining.yawlmining
 

Fields in org.processmining.mining.yawlmining declared as LogReader
protected  LogReader YAWLResult.log
           
 

Methods in org.processmining.mining.yawlmining that return LogReader
 LogReader YAWLResult.getLogReader()
          No log reader
 

Methods in org.processmining.mining.yawlmining with parameters of type LogReader
 void YAWLResult.connectWith(LogReader newLog, java.util.HashMap eventsMapping)
          Connects a LogReader to the object.
 

Constructors in org.processmining.mining.yawlmining with parameters of type LogReader
YAWLResult(LogReader log, YAWLModel model)
          Set the loaded YAWL model