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

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

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

Fields in org.processmining.framework.log.rfb declared as ProcessInstanceImpl
protected  ProcessInstanceImpl LogData.MxmlHandler.currentInstance
           
 

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

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

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

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