Uses of Class
org.processmining.framework.log.rfb.LogData

Packages that use LogData
org.processmining.framework.log.rfb   
 

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

Fields in org.processmining.framework.log.rfb declared as LogData
protected  LogData BufferedLogReader.data
          Contains the currently valid processes, process instances, and log summary of the encapsulated log.
protected  LogData BufferedLogReader.originalData
          Contains the processes, process instances, and log summary as contained in the original log this reader is derived from.
protected  LogData LogData.MxmlHandler.parent
          Parent log data container, which is used for storing data.
 

Methods in org.processmining.framework.log.rfb that return LogData
static LogData LogData.createInstance()
          Creates a new instance with empty sets.
static LogData LogData.createInstance(java.util.ArrayList<ProcessImpl> processes, java.util.ArrayList<ProcessInstanceImpl> instances, LightweightLogSummary summary)
          Creates a new instance with the provided lists as data set.
static LogData LogData.createInstance(LogData template, int[] processInstancesToKeep)
          Creates a new instance, which is a filtered, deep copy, i.e.
static LogData LogData.createInstance(LogData template, LogFilter filter)
          Creates a new instance, which is a filtered, deep copy, i.e.
static LogData LogData.createInstance(LogFile file)
          This method creates a new log data container instance directly from parsing a supplied MXML log file.
 LogData BufferedLogReader.getLogData()
          Retrieves the set of log data underlying this log reader's current state.
 LogData BufferedLogReader.getOriginalData()
          Retrieves the set of log data contained in the original log, from which this log reader has been derived.
 

Methods in org.processmining.framework.log.rfb with parameters of type LogData
static LogData LogData.createInstance(LogData template, int[] processInstancesToKeep)
          Creates a new instance, which is a filtered, deep copy, i.e.
static LogData LogData.createInstance(LogData template, LogFilter filter)
          Creates a new instance, which is a filtered, deep copy, i.e.
 

Constructors in org.processmining.framework.log.rfb with parameters of type LogData
LogData.MxmlHandler(LogData aData, LogFile aFile)
          Creates a new SAX2 handler instance.