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

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

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

Fields in org.processmining.framework.log.rfb declared as LightweightLogSummary
protected  LightweightLogSummary LogData.summary
          Holds the log summary describing the contained log information.
 

Methods in org.processmining.framework.log.rfb that return LightweightLogSummary
 LightweightLogSummary LogData.summary()
          Provides direct access to the summary describing the contained event log data.
 

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

Constructors in org.processmining.framework.log.rfb with parameters of type LightweightLogSummary
LogData(java.util.ArrayList<ProcessImpl> processes, java.util.ArrayList<ProcessInstanceImpl> instances, LightweightLogSummary summary)
          Simple protected constructor.