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

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

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

Fields in org.processmining.framework.log.rfb declared as ProcessImpl
protected  ProcessImpl LogData.MxmlHandler.currentProcess
           
 

Fields in org.processmining.framework.log.rfb with type parameters of type ProcessImpl
protected  java.util.ArrayList<ProcessImpl> LogData.processes
          Holds references to the stored processes.
 

Methods in org.processmining.framework.log.rfb that return types with arguments of type ProcessImpl
 java.util.ArrayList<ProcessImpl> LogData.processes()
          Provides direct access to the list of contained Processes.
 

Method parameters in org.processmining.framework.log.rfb with type arguments of type ProcessImpl
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 ProcessImpl
ProcessImpl(ProcessImpl template)
          Creates a clone of the provided process.
 

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