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

Packages that use LogFile
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.ui Contains classes that form the user interface of the process mining tool. 
 

Uses of LogFile in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return LogFile
abstract  LogFile LogReader.getFile()
          Returns the log file instance that was given in the constructor.
static LogFile LogFile.getInstance(java.lang.String resource)
          Create a LogFile instance for the given resource.
 

Methods in org.processmining.framework.log with parameters of type LogFile
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.
 

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

Methods in org.processmining.framework.log.classic that return LogFile
 LogFile LogReaderClassic.getFile()
           
 

Methods in org.processmining.framework.log.classic with parameters of type LogFile
static LogReader LogReaderClassic.createInstance(LogFilter filter, LogFile inputFile)
          Read the given log file, filtered by the given filter.
 

Constructors in org.processmining.framework.log.classic with parameters of type LogFile
LogReaderClassic(LogFilter filter, LogFile inputFile)
          Read the given log file, filtered by the given filter.
 

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

Methods in org.processmining.framework.log.proxy that return LogFile
 LogFile ProxyLogReader.getFile()
           
 

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

Fields in org.processmining.framework.log.rfb declared as LogFile
protected  LogFile BufferedLogReader.file
          The log file from which event data is read.
protected  LogFile LogData.MxmlHandler.file
          Log file, which is parsed to extract the parent container's data.
 

Methods in org.processmining.framework.log.rfb that return LogFile
 LogFile BufferedLogReader.getFile()
           
 

Methods in org.processmining.framework.log.rfb with parameters of type LogFile
static LogData LogData.createInstance(LogFile file)
          This method creates a new log data container instance directly from parsing a supplied MXML log file.
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.
 

Constructors in org.processmining.framework.log.rfb with parameters of type LogFile
BufferedLogReader(LogFile aFile, LogFilter aFilter)
          Creates a new instance, parses the given log file and builds the log's data structures as random access swap files.
LogData.MxmlHandler(LogData aData, LogFile aFile)
          Creates a new SAX2 handler instance.
 

Uses of LogFile in org.processmining.framework.ui
 

Fields in org.processmining.framework.ui declared as LogFile
protected  LogFile OpenLogSettings.file
           
 

Methods in org.processmining.framework.ui that return LogFile
 LogFile MiningSettings.getFile()
           
 LogFile OpenLogSettings.getFile()
           
 LogFile OpenLogZipFileDialog.getFile()
           
 LogFile OpenMXMLLogDialog.getFile()
           
 

Methods in org.processmining.framework.ui with parameters of type LogFile
 OpenLogSettings MainUI.createOpenLogFrame(LogFile file)
          Adds a frame to the desktop.
 

Constructors in org.processmining.framework.ui with parameters of type LogFile
OpenLogSettings(LogFile file)
          Constructs a panel with settings for instantiating a LogReader object