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

Packages that use InfoItem
org.processmining.analysis.summary   
org.processmining.framework.log Contains various classes to extract information from log files. 
org.processmining.framework.log.rfb   
 

Uses of InfoItem in org.processmining.analysis.summary
 

Methods in org.processmining.analysis.summary that return InfoItem
 InfoItem[] ExtendedLogSummary.getProcesses()
           
 InfoItem ExtendedLogSummary.getSource()
           
 InfoItem ExtendedLogSummary.getWorkflowLog()
           
 

Methods in org.processmining.analysis.summary with parameters of type InfoItem
 void ExtendedLogSummary.addProcess(InfoItem process)
           
 void ExtendedLogSummary.setSource(InfoItem source)
           
 void ExtendedLogSummary.setWorkflowLog(InfoItem workflow)
           
 

Uses of InfoItem in org.processmining.framework.log
 

Methods in org.processmining.framework.log that return InfoItem
 InfoItem[] LogSummary.getProcesses()
          Returns information about all the processes in the log.
 InfoItem LogSummary.getSource()
          Returns information about the source.
 InfoItem LogSummary.getWorkflowLog()
          Returns information about the workflow log itself.
 

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

Fields in org.processmining.framework.log.rfb declared as InfoItem
protected  InfoItem LightweightLogSummary.source
          Meta information about the source system.
protected  InfoItem LightweightLogSummary.wfLog
          Meta information about the source log.
 

Fields in org.processmining.framework.log.rfb with type parameters of type InfoItem
protected  java.util.ArrayList<InfoItem> LightweightLogSummary.processInfoItems
          List of info items containing meta information about the set of processes.
 

Methods in org.processmining.framework.log.rfb that return InfoItem
 InfoItem[] LightweightLogSummary.getProcesses()
           
 InfoItem LightweightLogSummary.getSource()
           
 InfoItem LightweightLogSummary.getWorkflowLog()
           
 

Methods in org.processmining.framework.log.rfb with parameters of type InfoItem
protected static java.lang.String LogSummaryFormatter.encodeInfoItem(InfoItem item)
          Formats an info item; internal helper method.